MCPcopy Create free account
hub / github.com/codesandbox/excalidraw-firebase / createWriteStream

Method createWriteStream

.pnp.loader.mjs:996–999  ·  view source on GitHub ↗
(p, opts)

Source from the content-addressed store, hash-verified

994 return this.realFs.createReadStream(realPath, opts);
995 }
996 createWriteStream(p, opts) {
997 const realPath = p !== null ? npath.fromPortablePath(p) : p;
998 return this.realFs.createWriteStream(realPath, opts);
999 }
1000 async realpathPromise(p) {
1001 return await new Promise((resolve, reject) => {
1002 this.realFs.realpath(npath.fromPortablePath(p), {}, this.makeCallback(resolve, reject));

Callers 1

createWriteStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected