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

Function createWriteStream

lib/internal/vfs/setup.js:455–462  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

453 return undefined;
454 },
455 createWriteStream(path, options) {
456 const pathStr = toPathStr(path);
457 if (pathStr !== null) {
458 const r = findVFSForPath(pathStr);
459 if (r !== null) return r.vfs.createWriteStream(r.normalized, options);
460 }
461 return undefined;
462 },
463
464 // ==================== Watch ops ====================
465

Callers 1

getReportersMapFunction · 0.50

Calls 3

toPathStrFunction · 0.85
findVFSForPathFunction · 0.85
createWriteStreamMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…