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

Function attachBoot

packages/base/src/Boot.ts:31–38  ·  view source on GitHub ↗
(listener: () => void)

Source from the content-addressed store, hash-verified

29 * @param { Function } listener
30 */
31const attachBoot = (listener: () => void) => {
32 if (!booted) {
33 eventProvider.attachEvent("boot", listener);
34 return;
35 }
36
37 listener();
38};
39
40/**
41 * This function may now be called twice - once without OpenUI5Support, and then later again, when OpenUI5 is loaded dynamically

Callers 2

bundle.light.jsFile · 0.85

Calls 1

attachEventMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…