MCPcopy
hub / github.com/helm/helm / IsRoot

Method IsRoot

pkg/chart/common.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (r *v2Accessor) IsRoot() bool {
55 return r.chrt.IsRoot()
56}
57
58func (r *v2Accessor) MetadataAsMap() map[string]any {
59 var ret map[string]any

Callers

nothing calls this directly

Calls 1

IsRootMethod · 0.65

Tested by

no test coverage detected