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

CodeGraphStats.ts — typescript-sdk Source File

Architecture documentation for CodeGraphStats.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
  303e101f_576e_591a_bf19_bb12db362546["CodeGraphStats.ts"]
  41b6b5c2_aa5b_90b9_c373_84e0a8cd9918["runtime.ts"]
  303e101f_576e_591a_bf19_bb12db362546 --> 41b6b5c2_aa5b_90b9_c373_84e0a8cd9918
  11568abc_c5bd_8b5d_1ce1_6d595e449b9c["mapValues"]
  303e101f_576e_591a_bf19_bb12db362546 --> 11568abc_c5bd_8b5d_1ce1_6d595e449b9c
  f036a4cc_da40_f015_3b8a_3f6d8e0198c7["CodeGraphEnvelope.ts"]
  f036a4cc_da40_f015_3b8a_3f6d8e0198c7 --> 303e101f_576e_591a_bf19_bb12db362546
  style 303e101f_576e_591a_bf19_bb12db362546 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 CodeGraphStats
 */
export interface CodeGraphStats {
    /**
     * Total number of nodes in the graph
     * @type {number}
     * @memberof CodeGraphStats
     */
    nodeCount?: number;
    /**
     * Total number of relationships in the graph
     * @type {number}
     * @memberof CodeGraphStats
     */
    relationshipCount?: number;
    /**
     * Count of nodes by type
     * @type {{ [key: string]: number; }}
     * @memberof CodeGraphStats
     */
    nodeTypes?: { [key: string]: number; };
    /**
     * Count of relationships by type
     * @type {{ [key: string]: number; }}
     * @memberof CodeGraphStats
     */
    relationshipTypes?: { [key: string]: number; };
    /**
     * 
     * @type {number}
     * @memberof CodeGraphStats
     */
    filesProcessed?: number;
    /**
     * 
     * @type {number}
     * @memberof CodeGraphStats
     */
    classes?: number;
    /**
     * 
     * @type {number}
// ... (65 more lines)

Domain

Subdomains

Dependencies

Frequently Asked Questions

What does CodeGraphStats.ts do?
CodeGraphStats.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 CodeGraphStats.ts?
CodeGraphStats.ts defines 4 function(s): CodeGraphStatsFromJSON, CodeGraphStatsFromJSONTyped, CodeGraphStatsToJSON, instanceOfCodeGraphStats.
What does CodeGraphStats.ts depend on?
CodeGraphStats.ts imports 2 module(s): mapValues, runtime.ts.
What files import CodeGraphStats.ts?
CodeGraphStats.ts is imported by 1 file(s): CodeGraphEnvelope.ts.
Where is CodeGraphStats.ts in the architecture?
CodeGraphStats.ts is located at src/models/CodeGraphStats.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