Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dreamsofcode-io/zenstats
/ WithTx
Method
WithTx
internal/repository/db.go:28–32 ·
view source on GitHub ↗
(tx pgx.Tx)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(q *Queries) WithTx(tx pgx.Tx) *Queries {
29
return
&Queries{
30
db: tx,
31
}
32
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected