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

Function isRecord

src/compute-engine/boxed-expression/utils.ts:82–84  ·  view source on GitHub ↗
(x: unknown)

Source from the content-addressed store, hash-verified

80 if (isFunction(expr)) {
81 for (const child of expr.ops) {
82 if (hasSymbolicTranscendental(child)) return true;
83 }
84 }
85 return false;
86}
87

Callers 2

isValidOperatorDefFunction · 0.70
isValidValueDefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected