MCPcopy Create free account
hub / github.com/codemix/graph / isAggregateFunction

Function isAggregateFunction

packages/graph/src/FunctionRegistry.ts:1689–1692  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1687 * Check if a function is an aggregate function.
1688 */
1689export function isAggregateFunction(name: string): boolean {
1690 const def = functionRegistry.get(name);
1691 return def?.category === "aggregate";
1692}
1693
1694/**
1695 * Check if a function's argument at the given index expects a path.

Callers 2

resolveConditionValueFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected