openai / openai-fm
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 3 components.
  • 38 files, 2,214 LOC (27.0% vs. main code).
  • "src" is biggest, containing 94.31% of LOC.
  • "public" is smallest, containing 2.08% of LOC.


src2088 LOC (25%) 33 files
ROOT80 LOC (<1%) 4 files
public46 LOC (<1%) 1 file


2025-05-04 14:17