* Search for operations across specifications
(
query: string,
specId?: string
)
| 182 | * Search for operations across specifications |
| 183 | */ |
| 184 | searchOperations( |
| 185 | query: string, |
| 186 | specId?: string |
| 187 | ): Promise<LoadOperationResult[]>; |
no outgoing calls
no test coverage detected