MCPcopy Index your code
hub / github.com/shelljs/shelljs / _pwd

Function _pwd

src/pwd.js:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10//@
11//@ Returns the current directory as a [ShellString](#shellstringstr).
12function _pwd() {
13 var pwd = path.resolve(process.cwd());
14 return pwd;
15}
16module.exports = _pwd;

Callers 2

execSyncFunction · 0.85
execAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…