Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
type
chanInput
struct
{
26
ch
chan
string
27
}
28
29
func
(m *chanInput) lines() <-
chan
string {
30
return
m.ch
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected