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

Function clearAbortMarker

apps/sim/lib/copilot/request/session/buffer.ts:245–249  ·  view source on GitHub ↗
(streamId: string)

Source from the content-addressed store, hash-verified

243}
244
245export async function clearAbortMarker(streamId: string): Promise<void> {
246 await withRedisRetry({ operation: 'clear_abort_marker', streamId }, async (redis) => {
247 await redis.del(getAbortKey(streamId))
248 })
249}

Callers 2

startAbortPollerFunction · 0.90
cleanupAbortMarkerFunction · 0.90

Calls 2

getAbortKeyFunction · 0.85
withRedisRetryFunction · 0.70

Tested by

no test coverage detected