Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
scheduleRenderTask
Function · 0.80
whenDOMUpdated
Function · 0.80
_resolveTaskPromise
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected