MCPcopy Create free account
hub / github.com/containerd/nerdctl / labels

Struct labels

mod/tigron/test/data.go:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type labels struct {
51 inMap map[string]string
52}
53
54func (lb *labels) Get(key string) string {
55 return lb.inMap[key]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected