Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ getPlatforms
Function
getPlatforms
core/src/utils/platform.ts:12–12 ·
view source on GitHub ↗
(win?: any)
Source
from the content-addressed store, hash-verified
10
}
11
12
export
const
getPlatforms = (win?: any) => setupPlatforms(win);
13
14
export
const
isPlatform: IsPlatformSignature = (
15
winOrPlatform: Window | Platforms | undefined,
Callers
2
platform.spec.ts
File · 0.90
isPlatform
Function · 0.70
Calls
1
setupPlatforms
Function · 0.85
Tested by
no test coverage detected