(name: string)
| 327 | * name is not in the registry, or the registration hasn't finished yet. |
| 328 | */ |
| 329 | export function findBackend(name: string): KernelBackend { |
| 330 | return ENGINE.findBackend(name); |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * Finds the backend factory registered under the provided name. Returns a |
nothing calls this directly
no test coverage detected
searching dependent graphs…