MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/dofs/src/testing.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33export class SQLiteTestStorage implements DurableObjectStorageLike {
34 private readonly db: DatabaseSync;
35 private readonly cache = new Map<string, StatementSync>();
36 readonly sql: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected