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

Class

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

Source from the content-addressed store, hash-verified

110 * backend mirrors.
111 */
112export class InMemoryRunEventLog implements RunEventLog {
113 private readonly runs = new Map<string, RunState>()
114
115 private now(): number {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected