MCPcopy
hub / github.com/netdata/netdata / newRouteCache

Function newRouteCache

src/go/plugin/framework/chartengine/matcher.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73type routeCache = routecache.RouteCache[routeBinding]
74
75func newRouteCache() *routeCache {
76 return routecache.NewRouteCache[routeBinding]()
77}
78
79func (e *Engine) resolveSeriesRoutes(
80 cache *routeCache,

Callers 4

NewFunction · 0.85
LoadMethod · 0.85
TestRouteCacheScenariosFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestRouteCacheScenariosFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…