azure / azure-functions-host
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.
  • 850 files, 54,678 LOC (85.0% vs. main code).
  • "src" is biggest, containing 96.14% of LOC.
  • "ROOT" is smallest, containing 0.23% of LOC.


src52565 LOC (81%) 755 files
sample684 LOC (1%) 52 files
tools563 LOC (<1%) 15 files
eng459 LOC (<1%) 18 files
benchmarks281 LOC (<1%) 7 files
ROOT126 LOC (<1%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src1900 commits (48%)
tools39 commits (1%)
sample35 commits (<1%)
eng19 commits (<1%)
ROOT15 commits (<1%)
benchmarks3 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 2022 2021 2020 2019 2018 2017 2016 2015
src
171
330
395
454
787
1041
1236
1011
772
619
22
eng
17
19
ROOT
11
2
1
4
sample
2
1
8
10
9
8
37
tools
2
1
2
6
17
24
20
1
benchmarks
1
1
6


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 src src src--src 41 eng eng src--eng 4 ROOT ROOT src--ROOT 3 eng--eng 4 eng--ROOT 3 ROOT--ROOT 2 tools tools tools--src 1 tools--eng 1 tools--ROOT 1 tools--tools 1


2025-05-06 21:13