openai / openai-deno-build
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.
  • 78 files, 11,517 LOC (100.0% vs. main code).
  • "resources" is biggest, containing 45.47% of LOC.
  • "shims" is smallest, containing 0.49% of LOC.


resources5237 LOC (45%) 41 files
lib2758 LOC (23%) 11 files
ROOT2263 LOC (19%) 8 files
internal784 LOC (6%) 6 files
_shims347 LOC (3%) 9 files
helpers72 LOC (<1%) 1 file
shims56 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2025-04-14 12:06