MCPcopy
hub / github.com/PatchMon/PatchMon / Queries

Struct Queries

server-source-code/internal/db/db.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Queries struct {
25 db DBTX
26}
27
28func (q *Queries) WithTx(tx pgx.Tx) *Queries {
29 return &Queries{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected