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

Function wrappedChdir

lib/internal/bootstrap/switches/does_own_process_state.js:126–131  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

124}
125
126function wrappedChdir(directory) {
127 validateString(directory, 'directory');
128 rawMethods.chdir(directory);
129 // Mark cache that it requires an update.
130 cachedCwd = '';
131}
132
133function wrappedUmask(mask) {
134 if (mask !== undefined) {

Callers

nothing calls this directly

Calls 1

chdirMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…