Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
function
emit(o) {
30
process.stdout.write(JSON.stringify({ id: caseId, tool:
'ce'
, ...o }) +
'\n'
);
31
}
32
33
// Median of an array of numbers.
34
function
median(xs) {
Callers
1
run_ce.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected