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

Function F

test/compute-engine/rule-aggregation.test.ts:72–72  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

70 ce.declare('TestG', '(number) -> number');
71
72 const F = (n: number) => ce.expr(['TestF', n]);
73 const G = (n: number) => ce.expr(['TestG', n]);
74
75 // A chain over head TestF: F(0)→F(1)→F(2)→G(99) (head change on the last),

Callers 1

Calls 1

exprMethod · 0.65

Tested by

no test coverage detected