MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / SetTxParams

Struct SetTxParams

db/sqlite/sqlitedb/query.sql.go:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343`
344
345type SetTxParams struct {
346 CurrentTx int64
347 ID string
348}
349
350func (q *Queries) SetTx(ctx context.Context, arg SetTxParams) error {
351 _, err := q.db.ExecContext(ctx, setTx, arg.CurrentTx, arg.ID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected