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

Method get

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

* Look up a function by name (case-insensitive).

(name: string)

Source from the content-addressed store, hash-verified

104 * Look up a function by name (case-insensitive).
105 */
106 public get(name: string): FunctionDefinition | undefined {
107 return this.#functions.get(name.toLowerCase());
108 }
109
110 /**
111 * Check if a function exists.

Callers 1

invokeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected