aws / language-servers
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

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 6 components.
  • 308 files, 45,212 LOC (100.0% vs. main code).
  • "server" is biggest, containing 63.37% of LOC.
  • "script" is smallest, containing 0.31% of LOC.


server28650 LOC (63%) 190 files
app10442 LOC (23%) 33 files
client2239 LOC (4%) 33 files
chat-client2151 LOC (4%) 13 files
core1588 LOC (3%) 37 files
script142 LOC (<1%) 2 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
server405 commits (43%)
chat-client108 commits (11%)
client85 commits (9%)
core35 commits (3%)
app30 commits (3%)
script6 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023
server
688
335
39
chat-client
155
66
client
29
68
65
app
32
32
core
33
6
57
script
4
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G server server server--server 170 core core server--core 15 app app server--app 14 chat-client chat-client chat-client--server 39 chat-client--chat-client 29 core--core 9 client client client--server 14 client--chat-client 12 client--core 1 client--client 8 app--core 2 app--client 2 app--app 7


2025-05-04 00:56