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

Function heavyExpr

test/compute-engine/rubi-match.test.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 })),
29 });
30 const heavyExpr = () => ce.expr(['Multiply', ...'abcdefghi'.split('')]);
31
32 test('without a deadline, enumeration runs to the cap', () => {
33 const envs = matchAll(heavyPat(), heavyExpr(), ce.symbol('x'), 1000);

Callers 1

rubi-match.test.tsFile · 0.85

Calls 1

exprMethod · 0.65

Tested by

no test coverage detected