Home / Function/ SupermodelIRFromJSON() — typescript-sdk Function Reference

SupermodelIRFromJSON() — typescript-sdk Function Reference

Architecture documentation for the SupermodelIRFromJSON() function in SupermodelIR.ts from the typescript-sdk codebase.

Function typescript CodeGraph IR calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  570102ba_50d4_f2e2_4f6d_4d05331e8bd5["SupermodelIRFromJSON()"]
  8ffa46c4_6e6e_a02b_f3e7_7fe17cc2b8d3["SupermodelIR.ts"]
  570102ba_50d4_f2e2_4f6d_4d05331e8bd5 -->|defined in| 8ffa46c4_6e6e_a02b_f3e7_7fe17cc2b8d3
  ea0d3a69_eb39_24b0_ceca_f21cb092b444["SupermodelIRAsyncFromJSONTyped()"]
  ea0d3a69_eb39_24b0_ceca_f21cb092b444 -->|calls| 570102ba_50d4_f2e2_4f6d_4d05331e8bd5
  914557b1_7084_93da_cf5f_82ead0e36098["SupermodelIRFromJSONTyped()"]
  570102ba_50d4_f2e2_4f6d_4d05331e8bd5 -->|calls| 914557b1_7084_93da_cf5f_82ead0e36098
  style 570102ba_50d4_f2e2_4f6d_4d05331e8bd5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/SupermodelIR.ts lines 130–132

export function SupermodelIRFromJSON(json: any): SupermodelIR {
    return SupermodelIRFromJSONTyped(json, false);
}

Domain

Subdomains

Frequently Asked Questions

What does SupermodelIRFromJSON() do?
SupermodelIRFromJSON() is a function in the typescript-sdk codebase, defined in src/models/SupermodelIR.ts.
Where is SupermodelIRFromJSON() defined?
SupermodelIRFromJSON() is defined in src/models/SupermodelIR.ts at line 130.
What does SupermodelIRFromJSON() call?
SupermodelIRFromJSON() calls 1 function(s): SupermodelIRFromJSONTyped.
What calls SupermodelIRFromJSON()?
SupermodelIRFromJSON() is called by 1 function(s): SupermodelIRAsyncFromJSONTyped.

Analyze Your Own Codebase

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

Try Supermodel Free