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

Function isExpression

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

Source from the content-addressed store, hash-verified

76 return false;
77 }
78 return true;
79 }
80 // Recursively check sub-expressions
81 if (isFunction(expr)) {
82 for (const child of expr.ops) {
83 if (hasSymbolicTranscendental(child)) return true;

Callers 7

matchMethod · 0.90
matchMethod · 0.90
asBigintFunction · 0.90
isValidOperatorDefFunction · 0.70
isValidValueDefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected