MCPcopy Index your code
hub / github.com/netdata/netdata / Scan

Method Scan

src/go/plugin/go.d/pkg/sqlquery/scan.go:28–28  ·  view source on GitHub ↗
(dest ...any)

Source from the content-addressed store, hash-verified

26type RowScanner interface {
27 Next() bool
28 Scan(dest ...any) error
29}
30
31// ScanTypedRows scans all rows according to specs and returns normalized [][]any rows.

Callers 15

readRowsFunction · 0.65
ScanTypedRowsFunction · 0.65
FetchTableColumnsFunction · 0.65
sysinfo.goFile · 0.65
collectSingleMetricMethod · 0.65
detectVersionMethod · 0.65
doQuerySingleValueMethod · 0.65
readRowsMethod · 0.65
collectBackupStatusMethod · 0.65
DoQueryRowMethod · 0.65
QueryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected