MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / emit

Function emit

benchmarks/runners/run_wolfram_batch.mjs:52–52  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

50const [, , specPath] = process.argv;
51
52function emit(o) { process.stdout.write(JSON.stringify(o) + '\n'); }
53
54if (!specPath) { emit({ status: 'error', error: 'no spec path' }); process.exit(0); }
55const spec = JSON.parse(readFileSync(specPath, 'utf8'));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected