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

Function emit

benchmarks/runners/run_ce.mjs:29–31  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

27}
28
29function emit(o) {
30 process.stdout.write(JSON.stringify({ id: caseId, tool: 'ce', ...o }) + '\n');
31}
32
33// Median of an array of numbers.
34function median(xs) {

Callers 1

run_ce.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected