Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
export
function
execFileSync() {
35
console.error(
'Calling execFileSync from renderer is disabled'
);
36
}
37
38
export
function
spawn() {
39
console.error(
'Calling spawn from renderer is disabled'
);
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected