MCPcopy
hub / github.com/coder/mux / deleteInitStatus

Method deleteInitStatus

src/node/services/initStateManager.ts:375–377  ·  view source on GitHub ↗

* Delete persisted init status from disk. * Useful for testing or manual cleanup. * Does NOT clear in-memory state (for active replay).

(workspaceId: string)

Source from the content-addressed store, hash-verified

373 * Does NOT clear in-memory state (for active replay).
374 */
375 async deleteInitStatus(workspaceId: string): Promise<void> {
376 await this.store.deletePersisted(workspaceId);
377 }
378
379 /**
380 * Clear in-memory state for a workspace.

Callers 1

Calls 1

deletePersistedMethod · 0.80

Tested by

no test coverage detected