MCPcopy
hub / github.com/sindresorhus/execa / spawnParentProcess

Function spawnParentProcess

test/helpers/nested.js:58–58  ·  view source on GitHub ↗
({parentFixture, parentOptions, ...ipcInput})

Source from the content-addressed store, hash-verified

56};
57
58export const spawnParentProcess = ({parentFixture, parentOptions, ...ipcInput}) => execa(parentFixture, {...parentOptions, ipcInput});
59
60// Some subprocess options cannot be serialized between processes.
61// For those, we pass a fixture filename instead, which dynamically creates the options.

Callers 2

worker.jsFile · 0.90
nestedInstanceFunction · 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…