Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
func
(e *Engine) addRouteCacheHit() {
30
atomic.AddUint64(&e.state.stats.routeCacheHits, 1)
31
}
32
33
func
(e *Engine) addRouteCacheMiss() {
34
atomic.AddUint64(&e.state.stats.routeCacheMisses, 1)
Callers
1
scanPlanSeries
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected