File manager - Edit - /usr/local/lib/node_modules/pm2/node_modules/@pm2/io/build/main/utils/metrics/counter.js
Back
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Counter { constructor(opts) { this.used = false; opts = opts || {}; this._count = opts.count || 0; } val() { return this._count; } inc(n) { this.used = true; this._count += (n || 1); } dec(n) { this.used = true; this._count -= (n || 1); } reset(count) { this._count = count || 0; } isUsed() { return this.used; } } exports.default = Counter;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings