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

Method shift

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

Source from the content-addressed store, hash-verified

30 }
31
32 shift() {
33 const webComponent = this.list.shift();
34 if (webComponent) {
35 this.lookup.delete(webComponent);
36 return webComponent;
37 }
38 }
39
40 isEmpty() {
41 return this.list.length === 0;

Callers 11

processMethod · 0.95
partialsVisitor.jsFile · 0.80
findAllFunction · 0.80
diffable-html.jsFile · 0.80
fromListFunction · 0.80
fromListPartialFunction · 0.80
_onKeyDownMethod · 0.80
_buildDayNamesMethod · 0.80
PFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected