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

Method Query

internal/sqlbuilder/paginate.go:212–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func (pag *paginator) Query() (*sql.Rows, error) {
213 pq, err := pag.buildWithCursor()
214 if err != nil {
215 return nil, err
216 }
217 return pq.sel.Query()
218}
219
220func (pag *paginator) QueryContext(ctx context.Context) (*sql.Rows, error) {
221 pq, err := pag.buildWithCursor()

Callers

nothing calls this directly

Calls 2

buildWithCursorMethod · 0.95
QueryMethod · 0.65

Tested by

no test coverage detected