anthropics / buffa
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 (16 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 16 components.
  • 192 files, 56,137 LOC (100.0% vs. main code).
  • "buffa" is biggest, containing 32.6% of LOC.
  • "ROOT" is smallest, containing 0.03% of LOC.


buffa18302 LOC (32%) 28 files
buffa-codegen17758 LOC (31%) 20 files
buffa-descriptor6468 LOC (11%) 13 files
buffa-types4023 LOC (7%) 19 files
benchmarks3150 LOC (5%) 36 files
buffa-test2937 LOC (5%) 52 files
conformance1085 LOC (1%) 3 files
buffa-build796 LOC (1%) 1 file
buffa-yaml461 LOC (<1%) 4 files
protoc-gen-buffa417 LOC (<1%) 1 file
fuzz329 LOC (<1%) 8 files
protoc-gen-buffa-packaging137 LOC (<1%) 1 file
stress106 LOC (<1%) 3 files
buffa-smolstr81 LOC (<1%) 1 file
scripts68 LOC (<1%) 1 file
ROOT19 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:48