Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shelljs/shelljs
/ _actualDirStack
Function
_actualDirStack
src/dirs.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
function
_actualDirStack() {
34
return
[process.cwd()].concat(_dirStack);
35
}
36
37
//@
38
//@ ### pushd([options,] [dir | '-N' | '+N'])
Callers
2
_pushd
Function · 0.85
_dirs
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…