Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ unref
Method
unref
lib/internal/fs/recursive_watch.js:253–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
unref() {
254
this.#files.forEach((file) => {
255
if
(file instanceof StatWatcher) {
256
file.unref();
257
}
258
});
259
}
260
261
[SymbolAsyncIterator]() {
262
const
{ signal } = this.#options;
Callers
1
watchers.js
File · 0.45
Calls
1
forEach
Method · 0.65
Tested by
no test coverage detected