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

Function init

pkg/users/users.js:249–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247}
248
249function init() {
250 const root = createRoot(document.getElementById("page"));
251 root.render(<AccountsPage />);
252 document.body.removeAttribute("hidden");
253}
254
255document.addEventListener("DOMContentLoaded", init);

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected