MCPcopy
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
11type input interface {
12 lines() <-chan string
13}
14
15func newStdinInput() input {

Callers 1

runMethod · 0.65

Implementers 3

chanInputsrc/go/plugin/framework/functions/mana
stdinReadersrc/go/plugin/framework/functions/inpu
mockInputsrc/go/plugin/framework/functions/mana

Calls

no outgoing calls

Tested by

no test coverage detected