MCPcopy Index your code
hub / github.com/upper/db / Scan

Method Scan

internal/sqlbuilder/builder.go:460–465  ·  view source on GitHub ↗
(dst ...interface{})

Source from the content-addressed store, hash-verified

458}
459
460func (iter *iterator) Scan(dst ...interface{}) error {
461 if err := iter.Err(); err != nil {
462 return err
463 }
464 return iter.cursor.Scan(dst...)
465}
466
467func (iter *iterator) setErr(err error) error {
468 iter.err = err

Callers 1

NextScanMethod · 0.95

Calls 2

ErrMethod · 0.95
ScanMethod · 0.65

Tested by

no test coverage detected