MCPcopy Create free account
hub / github.com/netdata/netdata / effectiveChartPriority

Function effectiveChartPriority

src/go/plugin/framework/chartengine/compiler.go:546–551  ·  view source on GitHub ↗
(priority int)

Source from the content-addressed store, hash-verified

544}
545
546func effectiveChartPriority(priority int) int {
547 if priority > 0 {
548 return priority
549 }
550 return Priority
551}

Callers 2

resolveAutogenRouteMethod · 0.85
compileChartMethod · 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…