Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
func
(r *v2Accessor) IsRoot() bool {
55
return
r.chrt.IsRoot()
56
}
57
58
func
(r *v2Accessor) MetadataAsMap()
map
[string]any {
59
var
ret
map
[string]any
Callers
nothing calls this directly
Calls
1
IsRoot
Method · 0.65
Tested by
no test coverage detected