Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ setErr
Method
setErr
internal/sqlbuilder/builder.go:467–470 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
465
}
466
467
func
(iter *iterator) setErr(err error) error {
468
iter.err = err
469
return
iter.err
470
}
471
472
func
(iter *iterator) One(dst
interface
{}) error {
473
if
err := iter.Err(); err != nil {
Callers
4
One
Method · 0.95
All
Method · 0.95
Next
Method · 0.95
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected