MCPcopy Create free account
hub / github.com/UI5/webcomponents / _processChildren

Function _processChildren

packages/base/src/UI5Element.ts:475–480  ·  view source on GitHub ↗

* Note: this method is also manually called by "compatibility/patchNodeValue.js" * @private

()

Source from the content-addressed store, hash-verified

473 * @private
474 */
475 async _processChildren() {
476 const hasSlots = (this.constructor as typeof UI5Element).getMetadata().hasSlots();
477 if (hasSlots) {
478 await this._updateSlots();
479 }
480 }
481
482 /**
483 * @private

Callers

nothing calls this directly

Calls 2

hasSlotsMethod · 0.80
getMetadataMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…