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

Function evaluate

test/compute-engine/numeric.test.ts:4–6  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

2import { checkJson, engine as ce } from '../utils';
3
4function evaluate(s: string) {
5 return ce.parse(s).evaluate();
6}
7
8describe('NUMERIC', () => {
9 test('Partitioning', () => {

Calls 2

evaluateMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected