Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
494
func
(iter *iterator) Err() (err error) {
495
return
iter.err
496
}
497
498
func
(iter *iterator) Next(dst ...
interface
{}) bool {
499
if
err := iter.Err(); err != nil {
Callers
5
NextScan
Method · 0.95
Scan
Method · 0.95
One
Method · 0.95
All
Method · 0.95
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected