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

Function registeredPlatforms

src/core/platform-plugin/plugin.ts:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175/** The leaf platforms that currently carry a plugin, in registration order. */
176export function registeredPlatforms(): Platform[] {
177 return [...registry.keys()];
178}

Callers 1

parity.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected