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

Function changeDetected

test/sequential/test-watch-mode.mjs:26–28  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

24}
25
26function changeDetected(file) {
27 return `Change detected in ${inspect(file)}`;
28}
29
30let tmpFiles = 0;
31function createTmpFile(content = 'console.log("running");', ext = '.js', basename = tmpdir.path) {

Callers 1

Calls 1

inspectFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…