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

Function prepareGroup

src/go/plugin/framework/confgroup/cache_test.go:115–120  ·  view source on GitHub ↗
(source string, cfgs ...Config)

Source from the content-addressed store, hash-verified

113}
114
115func prepareGroup(source string, cfgs ...Config) Group {
116 return Group{
117 Configs: cfgs,
118 Source: source,
119 }
120}
121
122func prepareCfg(name, module string) Config {
123 return Config{

Callers 1

TestConfigCache_AddFunction · 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…