MCPcopy 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.jsFile · 0.45

Calls 2

activeFunction · 0.85
unrefActiveFunction · 0.85

Tested by

no test coverage detected