MCPcopy Create free account
hub / github.com/fontsource/fontsource / exec

Method exec

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

Source from the content-addressed store, hash-verified

2405};
2406interface SqlStorage {
2407 exec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>;
2408 get databaseSize(): number;
2409 Cursor: typeof SqlStorageCursor;
2410 Statement: typeof SqlStorageStatement;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected