MCPcopy Create free account
hub / github.com/dreamsofcode-io/zenstats / Query

Method Query

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

Source from the content-addressed store, hash-verified

14type DBTX interface {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected