MCPcopy Create free account
hub / github.com/tinyplex/tinybase /

Class

test/unit/persisters/common/mocks.ts:784–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782
783// Mock DurableObjectStorage - simple Map-based implementation
784class MockDurableObjectStorage {
785 private data = new Map<string, any>();
786
787 async get<T>(key: string): Promise<T | undefined>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected