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

Function isBuiltinProcedure

packages/graph/src/ProcedureRegistry.ts:415–417  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

413 * Check if a procedure name is a known built-in procedure.
414 */
415export function isBuiltinProcedure(name: string): boolean {
416 return procedureRegistry.has(name);
417}

Callers 1

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected