MCPcopy Index your code
hub / github.com/PaystackOSS/paystack-mcp-server / getOperationById

Method getOperationById

src/openapi-parser.ts:229–231  ·  view source on GitHub ↗
(operationId: string)

Source from the content-addressed store, hash-verified

227 }
228
229 getOperationById(operationId: string): Partial<Oas.Operation> | undefined {
230 return this.operations[operationId];
231 }
232
233 getOperations(): Record<string, Partial<Oas.Operation>> {
234 return this.operations;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected