MCPcopy
hub / github.com/docker/compose / get

Method get

pkg/compose/executor.go:62–66  ·  view source on GitHub ↗
(nodeID int)

Source from the content-addressed store, hash-verified

60}
61
62func (pc *reconciliationContext) get(nodeID int) operationResult {
63 pc.mu.Lock()
64 defer pc.mu.Unlock()
65 return pc.results[nodeID]
66}
67
68// executePlan walks the plan DAG, executing nodes in parallel where possible
69// while respecting dependency edges. It emits progress events and handles

Callers 1

execRenameContainerMethod · 0.80

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected