* Check if the queue currently contains a compaction request.
()
| 114 | * Check if the queue currently contains a compaction request. |
| 115 | */ |
| 116 | hasCompactionRequest(): boolean { |
| 117 | return isCompactionMetadata(this.firstMuxMetadata); |
| 118 | } |
| 119 | |
| 120 | hasWorkspaceTurn(handleId: string): boolean { |
| 121 | return ( |
no test coverage detected