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

Function spawnSyncAndExit

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

Source from the content-addressed store, hash-verified

138}
139
140function spawnSyncAndExit(...args) {
141 const spawnArgs = args.slice(0, args.length - 1);
142 const expectations = args[args.length - 1];
143 return expectSyncExit(spawnSyncAndExit, spawnArgs, expectations);
144}
145
146function spawnSyncAndExitWithoutError(...args) {
147 return expectSyncExit(spawnSyncAndExitWithoutError, [...args], {

Calls 2

expectSyncExitFunction · 0.85
sliceMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…