huggingface / chat-ui-android
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

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 3 components.
  • 22 files, 299 LOC (100.0% vs. main code).
  • "app" is biggest, containing 82.94% of LOC.
  • "gradle" is smallest, containing 8.36% of LOC.


app248 LOC (82%) 19 files
ROOT26 LOC (8%) 2 files
gradle25 LOC (8%) 1 file


2025-06-30 09:08