Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ makeValues
Function
makeValues
src/go/plugin/go.d/pkg/sqlquery/query.go:66–72 ·
view source on GitHub ↗
(size int)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
makeValues(size int) []any {
67
vs := make([]any, size)
68
for
i :=
range
vs {
69
vs[i] = &sql.NullString{}
70
}
71
return
vs
72
}
Callers
1
readRows
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…