Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ link
Method
link
lib/internal/vfs/providers/memory.js:853–855 ·
view source on GitHub ↗
(existingPath, newPath)
Source
from the content-addressed store, hash-verified
851
}
852
853
async
link(existingPath, newPath) {
854
this.linkSync(existingPath, newPath);
855
}
856
857
readlinkSync(path, options) {
858
const
normalized = this.#normalizePath(path);
Callers
nothing calls this directly
Calls
1
linkSync
Method · 0.95
Tested by
no test coverage detected