Files
buildkit/solver/edge.go
Jonathan A. Sternberg 37b6f87915 solver: simplify edge-related functions in the solver
Many of the functions in the solver that operated on the edges were very
large which obscured their usage and the overall flow of the scheduler.
This change refactors those functions into separate smaller functions to
make it easier to follow the overall flow of the scheduler.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2024-10-07 12:58:09 -05:00

29 KiB