Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ One
Method
One
internal/sqlbuilder/select.go:492–494 ·
view source on GitHub ↗
(dest interface{})
Source
from the content-addressed store, hash-verified
490
}
491
492
func
(sel *selector) One(dest
interface
{}) error {
493
return
sel.Iterator().One(dest)
494
}
495
496
func
(sel *selector) build() (*selectorQuery, error) {
497
sq, err := immutable.FastForward(sel)
Callers
nothing calls this directly
Calls
2
Iterator
Method · 0.95
One
Method · 0.65
Tested by
no test coverage detected