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

File compile-plugin.test.ts

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

Source from the content-addressed store, hash-verified

1import { engine as ce } from '../utils';
2import { compile } from '../../src/compute-engine/compilation/compile-expression';
3import type { LanguageTarget, CompileTarget, CompiledOperators, CompiledFunctions, CompilationResult } from '../../src/compute-engine/compilation/types';
4import type { Expression } from '../../src/compute-engine/global-types';

Callers

nothing calls this directly

Calls 8

compileFunction · 0.90
getCompilationTargetMethod · 0.65
parseMethod · 0.65
toStringMethod · 0.65
exprMethod · 0.65

Tested by

no test coverage detected