Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
type
Queries
struct
{
25
db DBTX
26
}
27
28
func
(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