MCPcopy Index your code
hub / github.com/browserless/browserless / logQueue

Method logQueue

src/limiter.ts:154–158  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

152 }
153
154 protected logQueue(message: string) {
155 this.logger.debug(
156 `(Running: ${this.executing}, Pending: ${this.waiting}) ${message} `,
157 );
158 }
159
160 get executing(): number {
161 return this.length > this.concurrency ? this.concurrency : this.length;

Callers 3

handleEndMethod · 0.95
admitMethod · 0.95
boundMethod · 0.95

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected