Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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).
12
function
_pwd() {
13
var
pwd = path.resolve(process.cwd());
14
return
pwd;
15
}
16
module.exports = _pwd;
Callers
2
execSync
Function · 0.85
execAsync
Function · 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…