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

Function a

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

Source from the content-addressed store, hash-verified

83
84{ // Does not throw.
85 function a() {
86 fs.unwatchFile(filepathTwo, a);
87 ++watchSeenTwo;
88 }
89
90 function b() {
91 fs.unwatchFile(filepathTwo, b);

Callers

nothing calls this directly

Calls 1

unwatchFileMethod · 0.45

Tested by

no test coverage detected