MCPcopy
hub / github.com/gulpjs/gulp / updateTempFile

Function updateTempFile

test/watch.js:22–26  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

20}
21
22function updateTempFile(path) {
23 setTimeout(function() {
24 fs.appendFileSync(path, ' changed');
25 }, 125);
26}
27
28function removeTempFile(path) {
29 setTimeout(function() {

Callers 1

watch.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…