Home / File/ ClassificationStats.ts — typescript-sdk Source File

ClassificationStats.ts — typescript-sdk Source File

Architecture documentation for ClassificationStats.ts, a typescript file in the typescript-sdk codebase. 2 imports, 1 dependents.

File typescript CodeGraph IR 2 imports 1 dependents 4 functions

Entity Profile

Dependency Diagram

graph LR
  05250eff_f0eb_2258_e7b4_7bf8a4d4b270["ClassificationStats.ts"]
  41b6b5c2_aa5b_90b9_c373_84e0a8cd9918["runtime.ts"]
  05250eff_f0eb_2258_e7b4_7bf8a4d4b270 --> 41b6b5c2_aa5b_90b9_c373_84e0a8cd9918
  11568abc_c5bd_8b5d_1ce1_6d595e449b9c["mapValues"]
  05250eff_f0eb_2258_e7b4_7bf8a4d4b270 --> 11568abc_c5bd_8b5d_1ce1_6d595e449b9c
  955dc16b_7f47_35af_4ddd_10aca9358cb7["DomainClassificationResponse.ts"]
  955dc16b_7f47_35af_4ddd_10aca9358cb7 --> 05250eff_f0eb_2258_e7b4_7bf8a4d4b270
  style 05250eff_f0eb_2258_e7b4_7bf8a4d4b270 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/* tslint:disable */
/* eslint-disable */
/**
 * Supermodel
 * Code Graphing & Analysis API
 *
 * The version of the OpenAPI document: 0.9.3
 * 
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

import { mapValues } from '../runtime';
/**
 * 
 * @export
 * @interface ClassificationStats
 */
export interface ClassificationStats {
    /**
     * Total number of nodes in the graph
     * @type {number}
     * @memberof ClassificationStats
     */
    nodeCount: number;
    /**
     * Total number of relationships in the graph
     * @type {number}
     * @memberof ClassificationStats
     */
    relationshipCount: number;
    /**
     * Count of nodes by type
     * @type {{ [key: string]: number; }}
     * @memberof ClassificationStats
     */
    nodeTypes: { [key: string]: number; };
    /**
     * Count of relationships by type
     * @type {{ [key: string]: number; }}
     * @memberof ClassificationStats
     */
    relationshipTypes: { [key: string]: number; };
    /**
     * Number of domains discovered
     * @type {number}
     * @memberof ClassificationStats
     */
    domainCount: number;
    /**
     * Number of subdomains discovered
     * @type {number}
     * @memberof ClassificationStats
     */
    subdomainCount: number;
    /**
     * Number of files assigned to domains/subdomains
     * @type {number}
// ... (110 more lines)

Domain

Subdomains

Dependencies

Frequently Asked Questions

What does ClassificationStats.ts do?
ClassificationStats.ts is a source file in the typescript-sdk codebase, written in typescript. It belongs to the CodeGraph domain, IR subdomain.
What functions are defined in ClassificationStats.ts?
ClassificationStats.ts defines 4 function(s): ClassificationStatsFromJSON, ClassificationStatsFromJSONTyped, ClassificationStatsToJSON, instanceOfClassificationStats.
What does ClassificationStats.ts depend on?
ClassificationStats.ts imports 2 module(s): mapValues, runtime.ts.
What files import ClassificationStats.ts?
ClassificationStats.ts is imported by 1 file(s): DomainClassificationResponse.ts.
Where is ClassificationStats.ts in the architecture?
ClassificationStats.ts is located at src/models/ClassificationStats.ts (domain: CodeGraph, subdomain: IR, directory: src/models).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free