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

Function isExpression

src/compute-engine/boxed-expression/rules.ts:1515–1517  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

1513 * @param rules
1514 */
1515export function matchAnyRules(
1516 expr: Expression,
1517 rules: BoxedRuleSet,
1518 sub: BoxedSubstitution,
1519 options?: Partial<ReplaceOptions>
1520): Expression[] {

Callers 2

applyRuleFunction · 0.70
isRuleStepFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected