Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ isCombi
Function
isCombi
packages/base/src/Device.ts:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
};
182
183
const
isCombi = (): boolean => {
184
return
isTablet() && isDesktop();
185
};
186
187
const
isIOS = (): boolean => {
188
return
internals.iOS;
Callers
1
_showSettingWithNavigation
Method · 0.85
Calls
2
isTablet
Function · 0.85
isDesktop
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…