Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ lines
Method
lines
src/go/plugin/framework/functions/input.go:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
type
input
interface
{
12
lines() <-
chan
string
13
}
14
15
func
newStdinInput() input {
Callers
1
run
Method · 0.65
Implementers
3
chanInput
src/go/plugin/framework/functions/mana
stdinReader
src/go/plugin/framework/functions/inpu
mockInput
src/go/plugin/framework/functions/mana
Calls
no outgoing calls
Tested by
no test coverage detected