MCPcopy
hub / github.com/netdata/netdata / prepareCfg

Function prepareCfg

src/go/plugin/framework/confgroup/cache_test.go:122–127  ·  view source on GitHub ↗
(name, module string)

Source from the content-addressed store, hash-verified

120}
121
122func prepareCfg(name, module string) Config {
123 return Config{
124 "name": name,
125 "module": module,
126 }
127}
128
129func sortConfigs(cfgs []Config) {
130 if len(cfgs) == 0 {

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…