MCPcopy 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
183const isCombi = (): boolean => {
184 return isTablet() && isDesktop();
185};
186
187const isIOS = (): boolean => {
188 return internals.iOS;

Callers 1

Calls 2

isTabletFunction · 0.85
isDesktopFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…