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

Method unref

lib/internal/child_process.js:608–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

606 }
607
608 unref() {
609 this.#refExplicitlySet = true;
610 this.#channel.unref();
611 }
612
613 get fd() {
614 return this.#channel ? this.#channel.fd : undefined;

Callers 2

child_process.jsFile · 0.45
unrefCountedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected