* Get current in-memory init state for a workspace. * Returns undefined if no init state exists.
(workspaceId: string)
| 341 | * Returns undefined if no init state exists. |
| 342 | */ |
| 343 | getInitState(workspaceId: string): InitHookState | undefined { |
| 344 | return this.store.getState(workspaceId); |
| 345 | } |
| 346 | |
| 347 | /** |
| 348 | * Read persisted init status from disk. |