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

Function emit

benchmarks/runners/run_ce_rubi.mjs:103–105  ·  view source on GitHub ↗
(tool, o)

Source from the content-addressed store, hash-verified

101];
102
103function emit(tool, o) {
104 process.stdout.write(JSON.stringify({ tool, packs: tool === 'ce-rubi', ...o }) + '\n');
105}
106function median(xs) {
107 const s = [...xs].sort((a, b) => a - b);
108 const m = Math.floor(s.length / 2);

Callers 1

run_ce_rubi.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected