Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
100
func
validateEndpoints(c store.Metadata) error {
101
_, err := command.GetDockerContext(c)
102
return
err
103
}
Callers
2
runUpdate
Function · 0.85
createNewContext
Function · 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…