MCPcopy Create free account
hub / github.com/TanStack/router / exec

Method exec

e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:3112–3112  ·  view source on GitHub ↗
(query: string, ...bindings: any[])

Source from the content-addressed store, hash-verified

3110};
3111interface SqlStorage {
3112 exec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>;
3113 get databaseSize(): number;
3114 Cursor: typeof SqlStorageCursor;
3115 Statement: typeof SqlStorageStatement;

Callers 9

extractParamsFromSegmentFunction · 0.65
decodePathFunction · 0.65
findLastClosingTagRegexFunction · 0.65
extractParamsFromSegmentFunction · 0.65
extractLinksFunction · 0.65

Calls

no outgoing calls

Tested by 2