MCPcopy Create free account
hub / github.com/abaplint/transpiler / commit

Method commit

packages/database-sqlite/src/index.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 this.endTransaction("COMMIT");
50 return this.sqlite?.export();
51 }
52
53 public async beginTransaction() {
54 if (this.inTransaction === true) {
55 return;
56 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected