Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ funcTable
Struct
funcTable
src/go/plugin/go.d/collector/sql/func_table.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
funcTable
struct
{
17
collector *Collector
18
}
19
20
func
newFuncTable(c *Collector) *funcTable {
21
return
&funcTable{collector: c}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected