MCPcopy Create free account
hub / github.com/idosal/git-mcp / exec

Method exec

worker-configuration.d.ts:2390–2390  ·  view source on GitHub ↗
(query: string, ...bindings: any[])

Source from the content-addressed store, hash-verified

2388};
2389interface SqlStorage {
2390 exec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>;
2391 get databaseSize(): number;
2392 Cursor: typeof SqlStorageCursor;
2393 Statement: typeof SqlStorageStatement;

Callers 1

markdown.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected