Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
488
func
(sel *selector) All(destSlice
interface
{}) error {
489
return
sel.Iterator().All(destSlice)
490
}
491
492
func
(sel *selector) One(dest
interface
{}) error {
493
return
sel.Iterator().One(dest)
Callers
nothing calls this directly
Calls
2
Iterator
Method · 0.95
All
Method · 0.65
Tested by
no test coverage detected