MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / compile.test.ts

File compile.test.ts

test/compute-engine/compile.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { engine as ce } from '../utils';
2import type { MathJsonExpression } from '../../src/math-json/types';
3import { ComputeEngine } from '../../src/compute-engine';
4import { compile } from '../../src/compute-engine/compilation/compile-expression';

Callers

nothing calls this directly

Calls 15

compileFunction · 0.90
parityFunction · 0.85
parseMethod · 0.65
exprMethod · 0.65
declareMethod · 0.65
getFunctionsMethod · 0.65
keysMethod · 0.65
hasMethod · 0.65
lookupDefinitionMethod · 0.65
getOperatorsMethod · 0.65
boxMethod · 0.65
NMethod · 0.65

Tested by

no test coverage detected