()
| 58132 | return this._storage.config.enabled; |
| 58133 | } |
| 58134 | getLevel() { |
| 58135 | return this._storage.config.level; |
| 58136 | } |
| 58137 | getTotal() { |
| 58138 | return Number(((0, _hiResTimestamp.getHiResTimestamp)() - this._startTs).toPrecision(10)); |
| 58139 | } |
no outgoing calls
no test coverage detected