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

Function w

benchmarks/audit/wester.ts:456–456  ·  view source on GitHub ↗
(s = '')

Source from the content-addressed store, hash-verified

454 : { v: 'wrong' };
455 return { v: 'correct' };
456 };
457 ceV = sg(ceRes); rfV = sg(rfRes); syV = sg(syRes); woV = sg(woRes);
458 if (!hasRef) {
459 const disagree = (a: any, b: any) => solved(a) && solved(b) && Math.abs(a.values[0] - b.values[0]) > c.tol * (1 + Math.abs(b.values[0]));

Callers 1

wester.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected