MCPcopy
hub / github.com/musistudio/claude-code-router / exec

Method exec

src/server/backend-service.ts:145–147  ·  view source on GitHub ↗
(sql: string, params?: SqliteValue[])

Source from the content-addressed store, hash-verified

143 ) {}
144
145 exec(sql: string, params?: SqliteValue[]): ReturnType<SqlDatabase["exec"]> {
146 return this.database.exec(sql, params);
147 }
148
149 persist(): void {
150 // better-sqlite3 writes mutations directly to the database/WAL. Keep this

Callers 15

openMethod · 0.45
replaceMethod · 0.45
openMethod · 0.45
openMethod · 0.45
ensureUsageSchemaFunction · 0.45
openMethod · 0.45
addColumnFunction · 0.45
ensureRequestLogSchemaFunction · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected