database/sql.Tx.QueryRow
standard libraryThe 8371st most-called standard-library method by production calls. Called 100 times across 15 modules; 71 of those run outside tests and generated code.
- prod calls
- 71
- non-test, non-generated
- all calls
- 100
- total callsites
- modules
- 15
- distinct callers
- in loop
- 10%
- of prod calls
- in tests
- 29%
- 29 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method99%A method on a value whose type is known exactly.
- Embedded method1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Tx.QueryRow from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 9 13%
where it's called
Callsites in the wild
12 representative callsites of 100, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
-
miniflux.app/v2 @v2.3.3
internal/database/migrations.go:490
in loop - in loop
-
miniflux.app/v2 @v2.3.3
internal/database/migrations.go:1093
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop test -
jackc/pgx @v3.6.2+incompatible
in loop test -
jackc/pgx/v5 @v5.10.0
in loop test -
modernc.org/sqlite @v1.56.0
all_test.go:2437
in loop test -
top callers
The modules that reach for it
The modules that call Tx.QueryRow most in this snapshot.
- github.com/cockroachdb/cockroach2525%
- github.com/miniflux/v21414%
- miniflux.app/v21414%
- github.com/heroiclabs/nakama1111%
- github.com/charmbracelet/charm88%
siblings
More from database/sql
The other most-called members in this package. See all →