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

Method readlink

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

Source from the content-addressed store, hash-verified

866 }
867
868 async readlink(path, options) {
869 return this.readlinkSync(path, options);
870 }
871
872 symlinkSync(target, path, type) {
873 if (this.readonly) {

Callers

nothing calls this directly

Calls 1

readlinkSyncMethod · 0.95

Tested by

no test coverage detected