MCPcopy
hub / github.com/TanStack/ai / resetIgnored

Method resetIgnored

packages/ai-client/src/client-persistor.ts:285–287  ·  view source on GitHub ↗

Clear the ignored-active-run markers (mirrors a session-generating reset).

()

Source from the content-addressed store, hash-verified

283
284 /** Clear the ignored-active-run markers (mirrors a session-generating reset). */
285 resetIgnored(): void {
286 this.ignoredActiveRunIds.clear()
287 }
288
289 /**
290 * Consume the current runless run id (if any), forgetting it. Used when an

Callers 2

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected