(value: number)
| 1005 | } |
| 1006 | |
| 1007 | protected incrementCount(value: number) { |
| 1008 | if (typeof this.#count === 'number' && this.#initialized) { |
| 1009 | this.#count += value; |
| 1010 | } |
| 1011 | } |
| 1012 | |
| 1013 | /** @ignore */ |
| 1014 | [Symbol.for('nodejs.util.inspect.custom')](depth = 2): string { |
no outgoing calls
no test coverage detected