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

Class

packages/graph/src/FunctionRegistry.ts:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 * Registry of all built-in functions.
87 */
88export class FunctionRegistry {
89 #functions: Map<string, FunctionDefinition> = new Map();
90
91 public constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected