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

Method addRouteCacheHit

src/go/plugin/framework/chartengine/stats.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (e *Engine) addRouteCacheHit() {
30 atomic.AddUint64(&e.state.stats.routeCacheHits, 1)
31}
32
33func (e *Engine) addRouteCacheMiss() {
34 atomic.AddUint64(&e.state.stats.routeCacheMisses, 1)

Callers 1

scanPlanSeriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected