MCPcopy 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
492func (sel *selector) One(dest interface{}) error {
493 return sel.Iterator().One(dest)
494}
495
496func (sel *selector) build() (*selectorQuery, error) {
497 sq, err := immutable.FastForward(sel)

Callers

nothing calls this directly

Calls 2

IteratorMethod · 0.95
OneMethod · 0.65

Tested by

no test coverage detected