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

Function objectID

cli/command/stack/client_test.go:242–244  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

240}
241
242func objectID(name string) string {
243 return "ID-" + name
244}
245
246func buildObjectIDs(objectNames []string) []string {
247 IDs := make([]string, len(objectNames))

Callers 1

buildObjectIDsFunction · 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…