MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / exec

Method exec

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

Source from the content-addressed store, hash-verified

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

Callers 1

debugClassNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected