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

Function b

test/pummel/test-fs-watch-file.js:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 function b() {
91 fs.unwatchFile(filepathTwo, b);
92 ++watchSeenTwo;
93 }
94 fs.watchFile(filepathTwo, a);
95 fs.watchFile(filepathTwo, b);
96}

Callers

nothing calls this directly

Calls 1

unwatchFileMethod · 0.45

Tested by

no test coverage detected