netflix / hollow
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 8 components.
  • 671 files, 55,983 LOC (100.0% vs. main code).
  • "hollow" is biggest, containing 83.16% of LOC.
  • "hollow-fakedata" is smallest, containing 0.6% of LOC.


hollow46555 LOC (83%) 536 files
hollow-diff-ui3999 LOC (7%) 65 files
hollow-jsonadapter1770 LOC (3%) 18 files
hollow-perf1161 LOC (2%) 12 files
hollow-explorer-ui868 LOC (1%) 13 files
hollow-zenoadapter737 LOC (1%) 6 files
hollow-ui-tools558 LOC (<1%) 8 files
hollow-fakedata335 LOC (<1%) 13 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 13 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 13 links contain 124 dependencies.
G hollow hollow hollow-explorer-ui hollow-explorer-ui hollow-explorer-ui->hollow 10 hollow-perf hollow-perf hollow-explorer-ui->hollow-perf 3 hollow-ui-tools hollow-ui-tools hollow-explorer-ui->hollow-ui-tools 8 hollow-diff-ui hollow-diff-ui hollow-diff-ui->hollow 41 hollow-diff-ui->hollow-perf 8 hollow-diff-ui->hollow-ui-tools 23 hollow-fakedata hollow-fakedata hollow-fakedata->hollow 5 hollow-fakedata->hollow-explorer-ui 1 hollow-fakedata->hollow-diff-ui 1 hollow-perf->hollow 7 hollow-ui-tools->hollow 1 hollow-jsonadapter hollow-jsonadapter hollow-jsonadapter->hollow 12 hollow-zenoadapter hollow-zenoadapter hollow-zenoadapter->hollow 4


Download: SVG DOT (open online Graphviz editor)

Open 2D force graph...
Open 3D force graph...

Show more details about dependencies...






2025-05-02 23:44