MCPcopy Index your code
hub / github.com/coder/mux / hasCompactionRequest

Method hasCompactionRequest

src/node/services/messageQueue.ts:116–118  ·  view source on GitHub ↗

* Check if the queue currently contains a compaction request.

()

Source from the content-addressed store, hash-verified

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 (

Callers 3

emitHistoricalEventsMethod · 0.80

Calls 1

isCompactionMetadataFunction · 0.85

Tested by

no test coverage detected