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

Function norm

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

Source from the content-addressed store, hash-verified

128}
129
130const norm = (s) => String(s ?? '').toLowerCase().replace(/\s+/g, '');
131
132// --- the oracle: turn a runner result into a verdict ----------------------
133

Callers 2

classifyFunction · 0.70
report.mjsFile · 0.70

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected