MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-sandbox/src/store.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42/** In-memory {@link SandboxStore}. Resume works only within one process. */
43export class InMemorySandboxStore implements SandboxStore {
44 private readonly map = new Map<string, SandboxRecord>()
45
46 get(key: string): Promise<SandboxRecord | null> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected