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

Method remove

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

Source from the content-addressed store, hash-verified

21 }
22
23 remove(webComponent: UI5Element) {
24 if (!this.lookup.has(webComponent)) {
25 return;
26 }
27
28 this.list = this.list.filter(item => item !== webComponent);
29 this.lookup.delete(webComponent);
30 }
31
32 shift() {
33 const webComponent = this.list.shift();

Callers 15

OnceFunction · 0.80
removeDupPropertiesFunction · 0.80
prepareFunction · 0.80
kitchen-scripts.jsFile · 0.80
showFallbackIconMethod · 0.80
showInitialsMethod · 0.80
openPopupFunction · 0.80
unblockPageScrollingFunction · 0.80
_actionsFocusoutMethod · 0.80
cleanupFixturesFunction · 0.80
Dialog.cy.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected