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

Function runtimeMatchesProvider

src/provider-device-runtime.ts:251–256  ·  view source on GitHub ↗
(
  runtime: ProviderDeviceRuntime,
  provider: string | undefined,
)

Source from the content-addressed store, hash-verified

249}
250
251function runtimeMatchesProvider(
252 runtime: ProviderDeviceRuntime,
253 provider: string | undefined,
254): boolean {
255 return runtime.provider === provider;
256}
257
258function unsupportedProviderOperation(
259 runtime: ProviderDeviceRuntime,

Callers 5

firstProviderResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected