(name: string)
| 319 | * @doc {heading: 'Backends'} |
| 320 | */ |
| 321 | export function removeBackend(name: string): void { |
| 322 | ENGINE.removeBackend(name); |
| 323 | } |
| 324 | |
| 325 | /** |
| 326 | * Finds the backend registered under the provided name. Returns null if the |
no test coverage detected
searching dependent graphs…