MCPcopy
hub / github.com/helm/helm / init

Method init

pkg/storage/driver/labels.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type labels map[string]string
21
22func (lbs *labels) init() { *lbs = labels(make(map[string]string)) }
23func (lbs labels) get(key string) string { return lbs[key] }
24func (lbs labels) set(key, val string) { lbs[key] = val }
25

Callers 8

newRecordFunction · 0.95
CreateMethod · 0.95
UpdateMethod · 0.95
CreateMethod · 0.95
UpdateMethod · 0.95
QueryMethod · 0.95
newConfigMapsObjectFunction · 0.45
newSecretsObjectFunction · 0.45

Calls 1

labelsTypeAlias · 0.85

Tested by

no test coverage detected