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

Function box

test/compute-engine/dictionary.test.ts:13–15  ·  view source on GitHub ↗
(expr: Expression)

Source from the content-addressed store, hash-verified

11}
12
13function box(expr: Expression) {
14 return engine.expr(expr);
15}
16
17describe('Dictionary', () => {
18 describe('Dictionary expressions', () => {

Callers 3

dictionary.test.tsFile · 0.70
dFunction · 0.70
nestedFunction · 0.70

Calls 1

exprMethod · 0.65

Tested by

no test coverage detected