MCPcopy Index your code
hub / github.com/UI5/webcomponents / add

Method add

packages/base/src/RenderQueue.ts:14–21  ·  view source on GitHub ↗
(webComponent: UI5Element)

Source from the content-addressed store, hash-verified

12 }
13
14 add(webComponent: UI5Element) {
15 if (this.lookup.has(webComponent)) {
16 return;
17 }
18
19 this.list.push(webComponent);
20 this.lookup.add(webComponent);
21 }
22
23 remove(webComponent: UI5Element) {
24 if (!this.lookup.has(webComponent)) {

Callers 15

loadIgnoreRulesFunction · 0.80
mergeFunction · 0.80
registerTypeReferenceFunction · 0.80
findExternalManifestsFunction · 0.80
mainFunction · 0.80
generateFunction · 0.80
removeDupPropertiesFunction · 0.80
processFileFunction · 0.80
kitchen-scripts.jsFile · 0.80
_setBadgeOverlayStyleMethod · 0.80
showFallbackIconMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected