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

Function isCall

src/compute-engine/rubi/compile.ts:56–58  ·  view source on GitHub ↗
(x: Json, op: string)

Source from the content-addressed store, hash-verified

54 skipped: { id: string; reason: string }[];
55};
56
57const SLOT = 'RUBIPAT_';
58const OPT = 'RUBIOPT_';
59const VAR = 'RUBIPATVARX';
60
61function isCall(x: Json, op: string): x is Json[] {

Callers 2

skeletonizeFunction · 0.85
lhsNamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected