MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / exec

Method exec

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

Source from the content-addressed store, hash-verified

3474};
3475interface SqlStorage {
3476 exec<T extends Record<string, SqlStorageValue>>(
3477 query: string,
3478 ...bindings: any[]
3479 ): SqlStorageCursor<T>;

Callers 15

hostSlugFunction · 0.80
decodeBasicAuthorizationFunction · 0.80
parseVarcharFunction · 0.80
parseVarcharLengthFunction · 0.80
makeHarnessFunction · 0.80
handlePausedRequestFunction · 0.80
handleApprovalRequestFunction · 0.80
parseStdioArgsFunction · 0.80
statusFromSsePostErrorFunction · 0.80
seedLegacyScopedSqliteFunction · 0.80

Calls

no outgoing calls

Tested by 4

makeHarnessFunction · 0.64
executionIdOfFunction · 0.64
installEndpointFromHtmlFunction · 0.64
waitForDaemonReadyFunction · 0.64