Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ newInputParser
Function
newInputParser
src/go/plugin/framework/functions/parser.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
newInputParser() *inputParser {
42
return
&inputParser{}
43
}
44
45
type
inputParser
struct
{
46
currentFn *Function
Callers
3
TestInputParser_ParseEvent
Function · 0.85
TestInputParser_Parse_Wrapper
Function · 0.85
run
Method · 0.85
Calls
no outgoing calls
Tested by
2
TestInputParser_ParseEvent
Function · 0.68
TestInputParser_Parse_Wrapper
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…