MCPcopy Create free account
hub / github.com/cloudflare/agents / run

Method run

packages/shell/src/filesystem.ts:42–42  ·  view source on GitHub ↗
(sql: string, ...params: SqlParam[])

Source from the content-addressed store, hash-verified

40 ...params: SqlParam[]
41 ): T[] | Promise<T[]>;
42 run(sql: string, ...params: SqlParam[]): void | Promise<void>;
43}
44
45/** Auto-detect: accepts SqlStorage, D1Database, or a raw SqlBackend. */

Callers 15

constructorMethod · 0.65
turnBodyMethod · 0.65
runFunction · 0.65
ensureInitMethod · 0.65
symlinkMethod · 0.65
writeFileBytesMethod · 0.65
writeFileMethod · 0.65
appendFileMethod · 0.65
deleteFileMethod · 0.65
mkdirMethod · 0.65

Implementers 1

TestWorkspaceAgentpackages/shell/src/tests/agents/worksp

Calls

no outgoing calls

Tested by

no test coverage detected