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

Method SetTx

db/sqlite/sqlitedb/query.sql.go:350–353  ·  view source on GitHub ↗
(ctx context.Context, arg SetTxParams)

Source from the content-addressed store, hash-verified

348}
349
350func (q *Queries) SetTx(ctx context.Context, arg SetTxParams) error {
351 _, err := q.db.ExecContext(ctx, setTx, arg.CurrentTx, arg.ID)
352 return err
353}

Callers

nothing calls this directly

Calls 1

ExecContextMethod · 0.80

Tested by

no test coverage detected