MCPcopy
hub / github.com/vercel/hyper / execFileSync

Function execFileSync

lib/utils/ipc-child-process.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export function execFileSync() {
35 console.error('Calling execFileSync from renderer is disabled');
36}
37
38export function spawn() {
39 console.error('Calling spawn from renderer is disabled');

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected