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

Method has

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

* Check if a function exists.

(name: string)

Source from the content-addressed store, hash-verified

111 * Check if a function exists.
112 */
113 public has(name: string): boolean {
114 return this.#functions.has(name.toLowerCase());
115 }
116
117 /**
118 * Invoke a function with the given context.

Callers 1

isBuiltinFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected