MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / run

Function run

telemetry-dashboard/scripts/render-check.mjs:209–213  ·  view source on GitHub ↗
(command, args, options = {})

Source from the content-addressed store, hash-verified

207process.on('SIGINT', () => process.exit(130));
208
209function run(command, args, options = {}) {
210 const child = spawn(command, args, { cwd: root, stdio: 'ignore', ...options });
211 children.push(child);
212 return child;
213}
214
215async function waitFor(what, probe, attempts = 90) {
216 for (let i = 0; i < attempts; i++) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected