MCPcopy Index your code
hub / github.com/nodejs/node / unref

Method unref

lib/internal/vfs/watcher.js:361–364  ·  view source on GitHub ↗

* Alias for close() - compatibility with FSWatcher. * @returns {this}

()

Source from the content-addressed store, hash-verified

359 * @returns {this}
360 */
361 unref() {
362 this.#timer?.unref?.();
363 return this;
364 }
365
366 /**
367 * Makes the timer keep the process alive - compatibility with FSWatcher.

Callers 12

startTimeoutMethod · 0.45
constructorMethod · 0.45
makeAsyncRequestMethod · 0.45
checkForMessagesFunction · 0.45
handleMessageFunction · 0.45
#startPollingMethod · 0.45
#startPollingMethod · 0.45
unrefMethod · 0.45
worker_thread.jsFile · 0.45
constructorMethod · 0.45
startListeningIfSignalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected