MCPcopy Index your code
hub / github.com/simstudioai/sim / touchMemoryStream

Function touchMemoryStream

apps/sim/lib/execution/event-buffer.ts:377–379  ·  view source on GitHub ↗
(stream: MemoryExecutionStream)

Source from the content-addressed store, hash-verified

375}
376
377function touchMemoryStream(stream: MemoryExecutionStream): void {
378 stream.expiresAt = Date.now() + TTL_SECONDS * 1000
379}
380
381function isReplayBeforeAvailableEvents(
382 afterEventId: number,

Callers 3

writeMemoryEventFunction · 0.85
setExecutionMetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected