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

Method open

lib/internal/vfs/providers/memory.js:547–549  ·  view source on GitHub ↗
(path, flags, mode)

Source from the content-addressed store, hash-verified

545 }
546
547 async open(path, flags, mode) {
548 return this.openSync(path, flags, mode);
549 }
550
551 statSync(path, options) {
552 const entry = this.#getEntry(path, 'stat', true);

Callers

nothing calls this directly

Calls 1

openSyncMethod · 0.95

Tested by

no test coverage detected