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

Function createTempFile

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

Source from the content-addressed store, hash-verified

16var tempFileContent = 'A test generated this file and it is safe to delete';
17
18function createTempFile(path) {
19 fs.writeFileSync(path, tempFileContent);
20}
21
22function updateTempFile(path) {
23 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…