Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
type
labels
struct
{
51
inMap
map
[string]string
52
}
53
54
func
(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