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

Method Err

internal/sqlbuilder/builder.go:494–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492}
493
494func (iter *iterator) Err() (err error) {
495 return iter.err
496}
497
498func (iter *iterator) Next(dst ...interface{}) bool {
499 if err := iter.Err(); err != nil {

Callers 5

NextScanMethod · 0.95
ScanMethod · 0.95
OneMethod · 0.95
AllMethod · 0.95
NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected