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

Function buildObjectIDs

cli/command/stack/client_test.go:246–252  ·  view source on GitHub ↗
(objectNames []string)

Source from the content-addressed store, hash-verified

244}
245
246func buildObjectIDs(objectNames []string) []string {
247 IDs := make([]string, len(objectNames))
248 for i, name := range objectNames {
249 IDs[i] = objectID(name)
250 }
251 return IDs
252}

Callers 4

TestPruneServicesFunction · 0.85
TestRemoveStackSkipEmptyFunction · 0.85

Calls 1

objectIDFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…