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

Method QueryRow

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

Source from the content-addressed store, hash-verified

226}
227
228func (pag *paginator) QueryRow() (*sql.Row, error) {
229 pq, err := pag.buildWithCursor()
230 if err != nil {
231 return nil, err
232 }
233 return pq.sel.QueryRow()
234}
235
236func (pag *paginator) QueryRowContext(ctx context.Context) (*sql.Row, error) {
237 pq, err := pag.buildWithCursor()

Callers

nothing calls this directly

Calls 2

buildWithCursorMethod · 0.95
QueryRowMethod · 0.65

Tested by

no test coverage detected