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

Function writeFiles

test/parallel/test-fs-watch-ignore-function.js:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}, 1));
32
33function writeFiles() {
34 fs.writeFileSync(ignoredFilePath, 'ignored');
35 fs.writeFileSync(testFilePath, 'content');
36}
37
38if (common.isMacOS) {
39 // Do the write with a delay to ensure that the OS is ready to notify us. See

Calls 1

writeFileSyncMethod · 0.45

Tested by

no test coverage detected