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