openai / openai-go
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.
  • 83 files, 24,031 LOC (100.0% vs. main code).
  • "ROOT" is biggest, containing 47.04% of LOC.
  • "azure" is smallest, containing 0.58% of LOC.


ROOT11303 LOC (47%) 35 files
internal5957 LOC (24%) 33 files
responses4910 LOC (20%) 3 files
shared892 LOC (3%) 2 files
packages647 LOC (2%) 8 files
option182 LOC (<1%) 1 file
azure140 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 12 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 12 links contain 21 dependencies.
  • There is 1 place (2 links) with cyclic dependencies (4 file dependencies).
G ROOT ROOT azure azure internal internal azure->internal 1 option option azure->option 1 responses responses responses->internal 3 responses->option 2 shared shared responses->shared 3 packages packages responses->packages 3 internal->packages 2 option->internal 1 shared->internal 1 shared->packages 1 packages->internal 2 packages->option 1


Download: SVG DOT (open online Graphviz editor)

Open 2D force graph...
Open 3D force graph...

Show more details about dependencies...






2025-04-14 12:07