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

Method isEmpty

packages/base/src/RenderQueue.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 isEmpty() {
41 return this.list.length === 0;
42 }
43
44 isAdded(webComponent: UI5Element) {
45 return this.lookup.has(webComponent);

Callers 3

scheduleRenderTaskFunction · 0.80
whenDOMUpdatedFunction · 0.80
_resolveTaskPromiseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected