MCPcopy Index your code
hub / github.com/TanStack/ai / exec

Method exec

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

Source from the content-addressed store, hash-verified

3756}
3757interface SqlStorage {
3758 exec<T extends Record<string, SqlStorageValue>>(
3759 query: string,
3760 ...bindings: any[]
3761 ): SqlStorageCursor<T>

Callers 15

execMethod · 0.65
spawnProcessMethod · 0.65
handle.test.tsFile · 0.65
emitDiffChunksMethod · 0.65
mcpServerNameFromHeaderFunction · 0.65
projectGitSkillsFunction · 0.65
findEarliestToolEntryFunction · 0.65
resolveGrokExecutableFunction · 0.65
createMethod · 0.65
checkpointVersionsMethod · 0.65
execMethod · 0.65

Calls

no outgoing calls

Tested by 2

installFetchFunction · 0.52
makeExecFakeHandleFunction · 0.52