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

Method QueryRow

internal/sqlbuilder/select.go:432–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430}
431
432func (sel *selector) QueryRow() (*sql.Row, error) {
433 return sel.QueryRowContext(sel.SQL().sess.Context())
434}
435
436func (sel *selector) QueryRowContext(ctx context.Context) (*sql.Row, error) {
437 sq, err := sel.build()

Callers

nothing calls this directly

Calls 3

QueryRowContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected