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

Method realpath

lib/internal/vfs/providers/memory.js:910–912  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

908 }
909
910 async realpath(path, options) {
911 return this.realpathSync(path, options);
912 }
913
914 // === METADATA OPERATIONS ===
915

Callers

nothing calls this directly

Calls 1

realpathSyncMethod · 0.95

Tested by

no test coverage detected