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

Function isFiniteBound

benchmarks/audit/wester.ts:134–134  ·  view source on GitHub ↗
(x: any)

Source from the content-addressed store, hash-verified

132const skip = { parseFail: 0, otherHead: 0, multivar: 0, definiteIter: 0, untranslatable: 0, boxFail: 0 };
133let stmtCount = 0;
134const isFiniteBound = (x: any) => typeof x === 'number';
135
136for (const f of FILES) {
137 let src: string;

Callers 1

wester.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected