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

Class

packages/ai-sandbox-cloudflare/src/run-log-do.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39const evtPrefix = (runId: string): string => `evt:${runId}:`
40
41export class DurableObjectRunEventLog implements RunEventLog {
42 /** Per-run wake-ups for live-tailing readers on THIS instance. */
43 private readonly waiters = new Map<string, Set<() => void>>()
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected