MCPcopy 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

1import { engine as ce } from '../utils';
2
3function box(expr: any) {
4 return ce.expr(expr).evaluate().toString();

Callers

nothing calls this directly

Calls 5

boxFunction · 0.70
simplifyFunction · 0.70
evaluateMethod · 0.65
exprMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected