MCPcopy Index your code
hub / github.com/kisielk/sqlstruct / Scan

Function Scan

sqlstruct.go:176–178  ·  view source on GitHub ↗

Scan scans the next row from rows in to a struct pointed to by dest. The struct type should have exported fields tagged with the "sql" tag. Columns from row which are not mapped to any struct fields are ignored. Struct fields which have no matching column in the result set are left unchanged.

(dest interface{}, rows Rows)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestScanFunction · 0.85

Calls 1

doScanFunction · 0.85

Tested by 1

TestScanFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…