MCPcopy Create free account
hub / github.com/docker/cli / Name

Method Name

cli/compose/convert/compose.go:35–37  ·  view source on GitHub ↗

Name returns the name of the namespace

()

Source from the content-addressed store, hash-verified

33
34// Name returns the name of the namespace
35func (n Namespace) Name() string {
36 return n.name
37}
38
39// NewNamespace returns a new Namespace for scoping of names
40func NewNamespace(name string) Namespace {

Callers 8

listContextDataMethod · 0.45
TestNamespaceNameFunction · 0.45
TestSaveWithSymlinkFunction · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestNamespaceNameFunction · 0.36
TestSaveWithSymlinkFunction · 0.36