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

Function spawnSyncAndExitWithoutError

test/common/child_process.js:146–151  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

144}
145
146function spawnSyncAndExitWithoutError(...args) {
147 return expectSyncExit(spawnSyncAndExitWithoutError, [...args], {
148 status: 0,
149 signal: null,
150 });
151}
152
153function spawnSyncAndAssert(...args) {
154 const expectations = args.pop();

Calls 1

expectSyncExitFunction · 0.85

Tested by 1

testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…