MCPcopy Index your code
hub / github.com/callstack/agent-device / getActiveProviderDeviceRuntimes

Function getActiveProviderDeviceRuntimes

src/provider-device-runtime.ts:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected