MCPcopy Create free account
hub / github.com/docker/compose / Graph

Struct Graph

pkg/compose/dependencies.go:208–211  ·  view source on GitHub ↗

Graph represents project as service dependencies

Source from the content-addressed store, hash-verified

206
207// Graph represents project as service dependencies
208type Graph struct {
209 Vertices map[string]*Vertex
210 lock sync.RWMutex
211}
212
213// Vertex represents a service in the dependencies structure
214type Vertex struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected