renderApp function
Last updated: 2026-03-05T23:41:17.506Z
Location
Metrics
LOC: 4
Complexity: 1
Params: 0
Signature
renderApp(): : void
Source Code
function renderApp(): void {
renderShell();
renderActiveTab();
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| renderShell | calls |
| renderActiveTab | calls |
Impact (Incoming)
| Source | Type |
|---|---|
| init | calls |