MCPcopy Index your code
hub / github.com/compiler-explorer/compiler-explorer / status

Method status

lib/compilation-queue.ts:122–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 status(): {busy: boolean; pending: number; size: number} {
123 const pending = this._queue.pending;
124 const size = this._queue.size;
125 const running = this._running.size;
126 return {
127 busy: pending > 0 || size > 0 || running > 0,
128 pending,
129 size,
130 };
131 }
132}

Callers 14

setupMetricsServerFunction · 0.80
handlerFunction · 0.80
handlerMethod · 0.80
jsonOnlyFunction · 0.80
initialiseFunction · 0.80
handleApiErrorMethod · 0.80
methodNotAllowedFunction · 0.80
healthcheckMethod · 0.80
formatMethod · 0.80
setupBaseServerConfigFunction · 0.80
setupMcpEndpointFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected