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

Method toMountedPath

lib/internal/vfs/file_system.js:1085–1085  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

1083 // Use arrow function to capture `this` for private method access
1084 const toProviderPath = (p) => this.#toProviderPath(p);
1085 const toMountedPath = (p) => this.#toMountedPath(p);
1086
1087 return ObjectFreeze({
1088 async readFile(filePath, options) {

Callers

nothing calls this directly

Calls 1

#toMountedPathMethod · 0.95

Tested by

no test coverage detected