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

Method raw

src/database-engines/sqlite-engine.ts:421–423  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

419 }
420
421 async raw(code: string): Promise<any> {
422 return this.rawQuery(code)
423 }
424
425 async rawQuery(code: string): Promise<any> {
426 try {

Callers 15

isOkayMethod · 0.80
getTableCreationSqlMethod · 0.80
getTablesMethod · 0.80
getColumnsMethod · 0.80
getVersionMethod · 0.80
rawQueryMethod · 0.80
getForeignKeyForFunction · 0.80
isOkayMethod · 0.80
getTablesMethod · 0.80
getColumnsMethod · 0.80
getRowsMethod · 0.80
rawQueryMethod · 0.80

Calls 1

rawQueryMethod · 0.95

Tested by

no test coverage detected