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

Function objectName

cli/command/stack/client_test.go:238–240  ·  view source on GitHub ↗
(namespace, name string)

Source from the content-addressed store, hash-verified

236}
237
238func objectName(namespace, name string) string {
239 return namespace + "_" + name
240}
241
242func objectID(name string) string {
243 return "ID-" + name

Callers 4

TestPruneServicesFunction · 0.85
TestRemoveStackSkipEmptyFunction · 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…