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

Method IsRoot

pkg/chart/interfaces.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26type Accessor interface {
27 Name() string
28 IsRoot() bool
29 MetadataAsMap() map[string]any
30 Files() []*common.File
31 Templates() []*common.File

Callers 3

recAllTplsFunction · 0.95
IsRootMethod · 0.65
IsRootMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected