openai / openai-sora-sample-app
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

  • Library and Module Imports
  • Class Dependencies (Inheritance & Composition)
  • Function and Method Calls
  • Dependency Injection Without Runtime Resolution
Learn more...
  • To learn more about good practices on componentization and dependencies, Sokrates recommends the following resources:
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (9 components)

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 9 components.
  • 50 files, 5,006 LOC (68.4% vs. main code).
  • "components" is biggest, containing 57.09% of LOC.
  • "types" is smallest, containing 0.12% of LOC.


components2858 LOC (39%) 15 files
app739 LOC (10%) 10 files
hooks456 LOC (6%) 5 files
utils412 LOC (5%) 4 files
services192 LOC (2%) 1 file
lib190 LOC (2%) 2 files
ROOT95 LOC (1%) 4 files
ui58 LOC (<1%) 8 files
types6 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2026-06-24 10:40