MCPcopy Index your code
hub / github.com/PeerViewer/codebase / runProcess

Function runProcess

src/main.js:234–238  ·  view source on GitHub ↗
(foundBinary, args)

Source from the content-addressed store, hash-verified

232}
233
234function runProcess(foundBinary, args) {
235 const { spawn } = require('child_process');
236 const child = spawn(foundBinary, args);
237 return child;
238}
239
240
241// hypertele code:

Callers 2

main.jsFile · 0.85
findAndRunProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected