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

Function w

benchmarks/report.mjs:343–343  ·  view source on GitHub ↗
(s = '')

Source from the content-addressed store, hash-verified

341
342let md = '';
343const w = (s = '') => { md += s + '\n'; };
344
345w('# Compute Engine Benchmark Report');
346w();

Callers 1

report.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected