mozilla / fx-private-relay
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 8 components.
  • 434 files, 44,635 LOC (100.0% vs. main code).
  • "frontend" is biggest, containing 63.62% of LOC.
  • "mypy_stubs" is smallest, containing 0.05% of LOC.


frontend28395 LOC (63%) 219 files
emails6232 LOC (13%) 95 files
privaterelay5520 LOC (12%) 55 files
api2602 LOC (5%) 19 files
phones1595 LOC (3%) 40 files
ROOT189 LOC (<1%) 4 files
telemetry79 LOC (<1%) 1 file
mypy_stubs23 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
emails1560 commits (16%)
frontend1550 commits (16%)
privaterelay1291 commits (14%)
api437 commits (4%)
phones203 commits (2%)
ROOT157 commits (1%)
telemetry16 commits (<1%)
mypy_stubs13 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
frontend
77
969
1647
3114
101
emails
8
466
609
842
496
396
36
privaterelay
55
414
356
484
259
331
45
api
4
195
147
304
16
phones
4
100
128
227
22
ROOT
8
70
14
65
telemetry
5
11
mypy_stubs
6
7


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 frontend frontend frontend--frontend 17 api api frontend--api 1 emails emails frontend--emails 2 ROOT ROOT frontend--ROOT 2 privaterelay privaterelay privaterelay--frontend 2 privaterelay--privaterelay 10 privaterelay--api 4 privaterelay--emails 4 phones phones privaterelay--phones 2 emails--emails 3 telemetry telemetry telemetry--privaterelay 3 telemetry--api 2 ROOT--privaterelay 1 phones--emails 2


2025-05-11 19:50