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

Function checkExpand

test/compute-engine/expand.test.ts:3–5  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

1import { ComputeEngine } from '../../src/compute-engine';
2import { checkJson, engine } from '../utils';
3
4function checkExpand(s: string): string {
5 return checkJson(engine.expr(['Expand', engine.parse(s)]));
6}
7
8describe('EXPAND POWER', () => {

Callers 1

expand.test.tsFile · 0.85

Calls 3

checkJsonFunction · 0.90
exprMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected