MCPcopy
hub / github.com/cockpit-project/cockpit / init

Function init

pkg/apps/apps.jsx:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57};
58
59function init() {
60 const root = createRoot(document.getElementById("apps-page"));
61 root.render(<App />);
62}
63
64document.addEventListener("DOMContentLoaded", init);

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected