Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
function init() {
60
const root = createRoot(document.getElementById(
"apps-page"
));
61
root.render(<App />);
62
}
63
64
document.addEventListener(
"DOMContentLoaded"
, init);
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected