MCPcopy Index your code
hub / github.com/docker/cli / validateEndpoints

Function validateEndpoints

cli/command/context/update.go:100–103  ·  view source on GitHub ↗
(c store.Metadata)

Source from the content-addressed store, hash-verified

98}
99
100func validateEndpoints(c store.Metadata) error {
101 _, err := command.GetDockerContext(c)
102 return err
103}

Callers 2

runUpdateFunction · 0.85
createNewContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…