Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ on
Method
on
lib/utils/timers.js:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
on () {
22
process.on(
'time'
, this.#timeHandler)
23
}
24
25
off () {
26
process.off(
'time'
, this.#timeHandler)
Callers
15
constructor
Method · 0.95
baseSpawn
Function · 0.45
constructor
Method · 0.45
dumpScript
Function · 0.45
edit
Method · 0.45
exec
Method · 0.45
exec
Method · 0.45
onentry
Method · 0.45
validate-engines.js
File · 0.45
constructor
Method · 0.45
registerUncaughtHandlers
Method · 0.45
setup
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected