MCPcopy Index your code
hub / github.com/cloudflare/agents / createMemoryStateBackend

Function createMemoryStateBackend

packages/shell/src/memory.ts:493–497  ·  view source on GitHub ↗
(
  options: FileSystemStateBackendOptions = {}
)

Source from the content-addressed store, hash-verified

491export const MemoryStateBackend = FileSystemStateBackend;
492
493export function createMemoryStateBackend(
494 options: FileSystemStateBackendOptions = {}
495): FileSystemStateBackend {
496 return new FileSystemStateBackend(options);
497}
498
499// ── Utilities ─────────────────────────────────────────────────────────
500

Callers 2

workers.test.tsFile · 0.90
memory.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected