Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.85
Calls
1
expr
Method · 0.65
Tested by
no test coverage detected