MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

external/.scrollLibs.js:13975–13975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13973;
13974
13975class Timer {
13976 constructor() {
13977 this._tickTime = Date.now() - (Utils.isNodeJs() ? 1000 * process.uptime() : 0)
13978 this._firstTickTime = this._tickTime

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected