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

Method QueryRow

internal/sqlbuilder/insert.go:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187}
188
189func (ins *inserter) QueryRow() (*sql.Row, error) {
190 return ins.QueryRowContext(ins.SQL().sess.Context())
191}
192
193func (ins *inserter) QueryRowContext(ctx context.Context) (*sql.Row, error) {
194 iq, err := ins.build()

Callers

nothing calls this directly

Calls 3

QueryRowContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected