MCPcopy
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
33function _actualDirStack() {
34 return [process.cwd()].concat(_dirStack);
35}
36
37//@
38//@ ### pushd([options,] [dir | '-N' | '+N'])

Callers 2

_pushdFunction · 0.85
_dirsFunction · 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…