Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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. */
176
export
function
registeredPlatforms(): Platform[] {
177
return
[...registry.keys()];
178
}
Callers
1
parity.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected