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

Function G

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

Source from the content-addressed store, hash-verified

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),
76 // plus a never-firing rule and a rule that would only fire on G (so it is a

Callers 1

Calls 1

exprMethod · 0.65

Tested by

no test coverage detected