google-gemini / deprecated-generative-ai-js
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 5 components.
  • 35 files, 2,614 LOC (55.2% vs. main code).
  • "src" is biggest, containing 67.29% of LOC.
  • "test-utils" is smallest, containing 1.87% of LOC.


src1759 LOC (37%) 18 files
types576 LOC (12%) 11 files
scripts143 LOC (3%) 4 files
ROOT87 LOC (1%) 1 file
test-utils49 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.
src15 commits (10%)
types11 commits (7%)
scripts3 commits (2%)
ROOT2 commits (1%)
test-utils2 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
src
10
25
types
4
21
scripts
2
4
3
ROOT
2
test-utils
1
1


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 2 test-utils test-utils test-utils--src 1 scripts scripts scripts--scripts 1


2025-06-30 08:42