Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ refresh
Method
refresh
lib/internal/timers.js:234–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
}
233
234
refresh() {
235
if
(this[kRefed])
236
active(this);
237
else
238
unrefActive(this);
239
240
return
this;
241
}
242
243
unref() {
244
if
(this[kRefed]) {
Callers
1
net.js
File · 0.45
Calls
2
active
Function · 0.85
unrefActive
Function · 0.85
Tested by
no test coverage detected