* Check if in-memory state exists for a workspace.
(workspaceId: string)
| 90 | * Check if in-memory state exists for a workspace. |
| 91 | */ |
| 92 | hasState(workspaceId: string): boolean { |
| 93 | return this.stateMap.has(workspaceId); |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Read persisted state from disk. |
no test coverage detected