MCPcopy
hub / github.com/PatchMon/PatchMon / Query

Method Query

server-source-code/internal/db/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 15

RawMethod · 0.80
ReloadHandlerFunction · 0.80
refreshMethod · 0.80
healthHandlerFunction · 0.80
GlobalSearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected