MCPcopy
hub / github.com/apache/devlake / Scan

Method Scan

backend/core/dal/dal.go:235–235  ·  view source on GitHub ↗

Scan copies the columns in the current row into the values pointed at by dest. The number of values in dest must be the same as the number of columns in Rows.

(dest ...any)

Source from the content-addressed store, hash-verified

233 // Scan copies the columns in the current row into the values pointed at by dest.
234 // The number of values in dest must be the same as the number of columns in Rows.
235 Scan(dest ...any) error
236
237 // Columns returns the column names.
238 // Columns returns an error if the rows are closed.

Callers 10

copyDataToDstFunction · 0.95
scanOutputPipeFunction · 0.65
scanErrorPipeFunction · 0.65
createContextFunction · 0.65
firstLineFromFileFunction · 0.65
batchedFetchMethod · 0.65
CreateSnapshotMethod · 0.65
IsWSLFunction · 0.65
DbtConverterFunction · 0.65
AllTablesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected