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

Method readInitStatus

src/node/services/initStateManager.ts:351–353  ·  view source on GitHub ↗

* Read persisted init status from disk. * Returns null if no status file exists.

(workspaceId: string)

Source from the content-addressed store, hash-verified

349 * Returns null if no status file exists.
350 */
351 async readInitStatus(workspaceId: string): Promise<InitStatus | null> {
352 return this.store.readPersisted(workspaceId);
353 }
354
355 /**
356 * Replay init events for a workspace.

Callers 1

Calls 1

readPersistedMethod · 0.80

Tested by

no test coverage detected