MCPcopy Index your code
hub / github.com/upper/db / Paginate

Method Paginate

internal/sqlbuilder/select.go:484–486  ·  view source on GitHub ↗
(pageSize uint)

Source from the content-addressed store, hash-verified

482}
483
484func (sel *selector) Paginate(pageSize uint) db.Paginator {
485 return newPaginator(sel.clone(), pageSize)
486}
487
488func (sel *selector) All(destSlice interface{}) error {
489 return sel.Iterator().All(destSlice)

Callers

nothing calls this directly

Calls 2

cloneMethod · 0.95
newPaginatorFunction · 0.85

Tested by

no test coverage detected