()
| 151 | } |
| 152 | |
| 153 | function getActiveProviderDeviceRuntimes(): ProviderDeviceRuntime[] { |
| 154 | return providerDeviceRuntimeScope.getStore() ?? activeProviderDeviceRuntimes; |
| 155 | } |
| 156 | |
| 157 | export function createProviderDeviceRuntimeRequestProviders( |
| 158 | runtimes: ProviderDeviceRuntime[], |
no outgoing calls
no test coverage detected