(operationId: string)
| 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; |
no outgoing calls
no test coverage detected