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

Function walk

scripts/fungrim/compile-rules.ts:1349–1353  ·  view source on GitHub ↗
(x: MathJSON)

Source from the content-addressed store, hash-verified

1347 ? INTEGER_CANDIDATES
1348 : seedTypes[v] === 'complex'
1349 ? COMPLEX_CANDIDATES
1350 : REAL_CANDIDATES
1351 );
1352 const boxed = candidates.map((list) => list.map((c) => ce.expr(c as never)));
1353
1354 let budget = 50_000; // guard-evaluation budget
1355 const seed: Record<string, MathJSON> = {};
1356

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected