MCPcopy Index your code
hub / github.com/netdata/netdata / defaultAutogenPolicy

Function defaultAutogenPolicy

src/go/plugin/framework/chartengine/options.go:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func defaultAutogenPolicy() AutogenPolicy {
61 return AutogenPolicy{
62 Enabled: false,
63 MaxTypeIDLen: defaultMaxTypeIDLen,
64 }
65}
66
67func normalizeAutogenPolicy(policy AutogenPolicy) (AutogenPolicy, error) {
68 maxLen := policy.MaxTypeIDLen

Callers 2

applyOptionsFunction · 0.85
resolveEffectivePolicyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…