openai / compose-richtext
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 10 components.
  • 98 files, 7,507 LOC (100.0% vs. main code).
  • "richtext-ui" is biggest, containing 31.49% of LOC.
  • "richtext-ui-material" is smallest, containing 1.05% of LOC.


richtext-ui2364 LOC (31%) 32 files
android-sample1935 LOC (25%) 18 files
richtext-commonmark1110 LOC (14%) 19 files
printing805 LOC (10%) 9 files
slideshow496 LOC (6%) 8 files
desktop-sample337 LOC (4%) 2 files
ROOT171 LOC (2%) 2 files
buildSrc130 LOC (1%) 4 files
richtext-ui-material380 LOC (1%) 2 files
richtext-ui-material79 LOC (1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 11 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 11 links contain 24 dependencies.
G android-sample android-sample printing printing android-sample->printing 2 richtext-ui richtext-ui android-sample->richtext-ui 6 richtext-commonmark richtext-commonmark android-sample->richtext-commonmark 1 slideshow slideshow android-sample->slideshow 1 richtext-ui-material richtext-ui-material android-sample->richtext-ui-material 5 buildSrc buildSrc ROOT ROOT desktop-sample desktop-sample desktop-sample->richtext-ui 1 desktop-sample->richtext-commonmark 1 desktop-sample->richtext-ui-material 1 richtext-commonmark->richtext-ui 4 richtext-ui-material->richtext-ui 1 richtext-ui-material3 richtext-ui-material3 richtext-ui-material3->richtext-ui 1


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2025-04-14 12:06