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

Function execSync

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

Source from the content-addressed store, hash-verified

12}
13
14export function execSync() {
15 console.error('Calling execSync from renderer is disabled');
16}
17
18export function execFile(file: string, args?: any, options?: any, callback?: (..._args: any) => void) {
19 if (typeof options === 'function') {

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected