MCPcopy Create free account
hub / github.com/upper/db / All

Method All

internal/sqlbuilder/select.go:488–490  ·  view source on GitHub ↗
(destSlice interface{})

Source from the content-addressed store, hash-verified

486}
487
488func (sel *selector) All(destSlice interface{}) error {
489 return sel.Iterator().All(destSlice)
490}
491
492func (sel *selector) One(dest interface{}) error {
493 return sel.Iterator().One(dest)

Callers

nothing calls this directly

Calls 2

IteratorMethod · 0.95
AllMethod · 0.65

Tested by

no test coverage detected