Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ evaluate
Function
evaluate
test/compute-engine/numeric.test.ts:4–6 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
2
import
{ checkJson, engine as ce } from
'../utils'
;
3
4
function
evaluate(s: string) {
5
return
ce.parse(s).evaluate();
6
}
7
8
describe(
'NUMERIC'
, () => {
9
test(
'Partitioning'
, () => {
Callers
2
workflow-entrypoints.test.ts
File · 0.90
free-functions.test.ts
File · 0.90
Calls
2
evaluate
Method · 0.65
parse
Method · 0.65
Tested by
no test coverage detected