MCPcopy Index your code
hub / github.com/dreamsofcode-io/zenstats / QueryRow

Method QueryRow

internal/repository/db.go:17–17  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

15 Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
16 Query(context.Context, string, ...interface{}) (pgx.Rows, error)
17 QueryRow(context.Context, string, ...interface{}) pgx.Row
18}
19
20func New(db DBTX) *Queries {

Callers 2

CountAllVisitsMethod · 0.80
CountVisitorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected