MCPcopy Create free account
hub / github.com/UI5/webcomponents / isFeature

Function isFeature

packages/main/src/TableUtils.ts:75–77  ·  view source on GitHub ↗
(element: any, identifier: string)

Source from the content-addressed store, hash-verified

73};
74
75const isFeature = <T>(element: any, identifier: string): element is T => {
76 return element.identifier === identifier;
77};
78
79const throttle = (callback: () => void) => {
80 let timer: number;

Callers 2

_findFeatureMethod · 0.85
_isGrowingFeatureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…