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

Struct chanInput

src/go/plugin/framework/functions/manager_flow_test.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type chanInput struct {
26 ch chan string
27}
28
29func (m *chanInput) lines() <-chan string {
30 return m.ch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected