Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ stdinReader
Struct
stdinReader
src/go/plugin/framework/functions/input.go:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
stdinReader
struct
{
20
once sync.Once
21
linesCh
chan
string
22
}
23
24
func
(in *stdinReader) run() {
25
defer
close(in.linesCh)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected