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

Method procedureNames

packages/graph/src/ProcedureRegistry.ts:144–146  ·  view source on GitHub ↗

* Get all registered procedure names.

()

Source from the content-addressed store, hash-verified

142 * Get all registered procedure names.
143 */
144 public procedureNames(): string[] {
145 return Array.from(this.#procedures.values()).map((p) => p.name);
146 }
147
148 /**
149 * Get the yield columns for a procedure.

Callers 1

Calls 2

mapMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected