Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ logic.test.ts
File
logic.test.ts
test/compute-engine/logic.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ engine as ce } from
'../utils'
;
2
3
function
box(expr: any) {
4
return
ce.expr(expr).evaluate().toString();
Callers
nothing calls this directly
Calls
5
box
Function · 0.70
simplify
Function · 0.70
evaluate
Method · 0.65
expr
Method · 0.65
toString
Method · 0.65
Tested by
no test coverage detected