MCPcopy
hub / github.com/netdata/netdata / Run

Method Run

src/go/cmd/godplugin/main.go:341–341  ·  view source on GitHub ↗
(ctx context.Context, in chan<- []*confgroup.Group)

Source from the content-addressed store, hash-verified

339
340type discoverer interface {
341 Run(ctx context.Context, in chan<- []*confgroup.Group)
342}
343
344func runDiscoverer(d discoverer) ([]*confgroup.Group, error) {

Callers 9

mainFunction · 0.65
TestNewFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
runFunctionCLIFunction · 0.65
runDiscovererFunction · 0.65
TestHandlerFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestNewFunction · 0.52
TestHandlerFunction · 0.52