Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
function
box(expr: Expression) {
14
return
engine.expr(expr);
15
}
16
17
describe(
'Dictionary'
, () => {
18
describe(
'Dictionary expressions'
, () => {
Callers
3
dictionary.test.ts
File · 0.70
d
Function · 0.70
nested
Function · 0.70
Calls
1
expr
Method · 0.65
Tested by
no test coverage detected