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

Method readlink

lib/internal/vfs/provider.js:523–525  ·  view source on GitHub ↗

* Reads the target of a symbolic link. * @param {string} path The symlink path * @param {object} [options] Options * @returns {Promise }

(path, options)

Source from the content-addressed store, hash-verified

521 * @returns {Promise<string>}
522 */
523 async readlink(path, options) {
524 throw new ERR_METHOD_NOT_IMPLEMENTED('readlink');
525 }
526
527 /**
528 * Reads the target of a symbolic link synchronously.

Callers 15

readlinkFunction · 0.45
readlinkSyncFunction · 0.45
realpathSyncFunction · 0.45
gotStatFunction · 0.45
readlinkFunction · 0.45
readlinkFunction · 0.45
readlinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected