MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / isKnownConstraintFunctionName

Function isKnownConstraintFunctionName

packages/core/src/constraints/parser.ts:426–428  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

424}
425
426export function isKnownConstraintFunctionName(name: string): boolean {
427 return KNOWN_FUNCTION_NAME_SET.has(name);
428}
429
430function visitExpr(node: ExprNode, visitor: (node: ExprNode) => void): void {
431 visitor(node);

Callers 2

parseCallMethod · 0.85
findUnknownFunctionNameFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected