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

Method unwatchFile

lib/internal/vfs/provider.js:611–613  ·  view source on GitHub ↗

* Stops watching a file for changes. * @param {string} path The path to stop watching * @param {Function} [listener] Optional listener to remove

(path, listener)

Source from the content-addressed store, hash-verified

609 * @param {Function} [listener] Optional listener to remove
610 */
611 unwatchFile(path, listener) {
612 throw new ERR_METHOD_NOT_IMPLEMENTED('unwatchFile');
613 }
614}
615
616module.exports = {

Callers 15

unwatchFileFunction · 0.45
aFunction · 0.45
bFunction · 0.45
watchFileFunction · 0.45
listenerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected