openai / openai-quickstart-node
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:

Learn more...
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 7 components.
  • 16 files, 337 LOC (81.6% vs. main code).
  • "chat_completions" is biggest, containing 39.17% of LOC.
  • "embeddings" is smallest, containing 2.37% of LOC.


chat_completions132 LOC (31%) 4 files
fine_tuning69 LOC (16%) 3 files
batch50 LOC (12%) 3 files
assistants48 LOC (11%) 2 files
moderation21 LOC (5%) 2 files
images9 LOC (2%) 1 file
embeddings8 LOC (1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2025-04-14 12:05