Home / Type/ SupermodelIRGraph Type — typescript-sdk Architecture

SupermodelIRGraph Type — typescript-sdk Architecture

Architecture documentation for the SupermodelIRGraph type/interface in SupermodelIRGraph.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  29daabc7_9266_cf02_f05e_d95c54f81e77["SupermodelIRGraph"]
  16665b9d_716b_53d2_ad0f_8f224211e5bc["SupermodelIRGraph.ts"]
  29daabc7_9266_cf02_f05e_d95c54f81e77 -->|defined in| 16665b9d_716b_53d2_ad0f_8f224211e5bc
  style 29daabc7_9266_cf02_f05e_d95c54f81e77 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/SupermodelIRGraph.ts lines 34–47

export interface SupermodelIRGraph {
    /**
     * All nodes from parse graph, call graph, and domain classification.
     * @type {Array<CodeGraphNode>}
     * @memberof SupermodelIRGraph
     */
    nodes: Array<CodeGraphNode>;
    /**
     * All relationships including contains, imports, calls, and belongsTo.
     * @type {Array<CodeGraphRelationship>}
     * @memberof SupermodelIRGraph
     */
    relationships: Array<CodeGraphRelationship>;
}

Frequently Asked Questions

What is the SupermodelIRGraph type?
SupermodelIRGraph is a type/interface in the typescript-sdk codebase, defined in src/models/SupermodelIRGraph.ts.
Where is SupermodelIRGraph defined?
SupermodelIRGraph is defined in src/models/SupermodelIRGraph.ts at line 34.

Analyze Your Own Codebase

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

Try Supermodel Free