Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ionic-team/capacitor
/ isNativePlatform
Function
isNativePlatform
core/src/runtime.ts:25–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
};
24
25
const
isNativePlatform = () => getPlatform() !==
'web'
;
26
27
const
isPluginAvailable = (pluginName: string): boolean => {
28
const
plugin = registeredPlugins.get(pluginName);
Callers
nothing calls this directly
Calls
1
getPlatform
Function · 0.70
Tested by
no test coverage detected