* Find an operation by its ID within a specification
(
specId: string,
operationId: string
)
| 165 | * Find an operation by its ID within a specification |
| 166 | */ |
| 167 | findOperationById( |
| 168 | specId: string, |
| 169 | operationId: string |
| 170 | ): Promise<LoadOperationResult | null>; |
no outgoing calls
no test coverage detected