MCPcopy Create free account
hub / github.com/damms005/devdb-vscode / commitChange

Method commitChange

src/database-engines/mysql-engine.ts:125–127  ·  view source on GitHub ↗
(serializedMutation: SerializedMutation, transaction: knexlib.Knex.Transaction)

Source from the content-addressed store, hash-verified

123 }
124
125 async commitChange(serializedMutation: SerializedMutation, transaction: knexlib.Knex.Transaction): Promise<void> {
126 await SqlService.commitChange(this.connection, serializedMutation, transaction);
127 }
128
129 async rawQuery(code: string): Promise<any> {
130 if (!this.connection) throw new Error('Connection not initialized');

Callers

nothing calls this directly

Calls 1

commitChangeMethod · 0.65

Tested by

no test coverage detected