Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
249
function
init() {
250
const
root = createRoot(document.getElementById(
"page"
));
251
root.render(<AccountsPage />);
252
document.body.removeAttribute(
"hidden"
);
253
}
254
255
document.addEventListener(
"DOMContentLoaded"
, init);
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected