MCPcopy
hub / github.com/thesysdev/openui / isReservedCall

Function isReservedCall

packages/lang-core/src/parser/builtins.ts:223–225  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

221
222/** Check if a name is a reserved statement call (Query, Mutation) */
223export function isReservedCall(name: string): boolean {
224 return name in RESERVED_CALLS;
225}
226
227/** Re-export toNumber for evaluator compatibility */
228export { toNumber };

Callers 3

resolveRefFunction · 0.90
materializeExprInternalFunction · 0.90
materializeValueFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected