SupermodelIRStatsFromJSON() — typescript-sdk Function Reference
Architecture documentation for the SupermodelIRStatsFromJSON() function in SupermodelIRStats.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD a9c25351_663c_2b0f_5b98_624485b92f3e["SupermodelIRStatsFromJSON()"] 42e1b60a_571c_1de9_a996_12197860039c["SupermodelIRStats.ts"] a9c25351_663c_2b0f_5b98_624485b92f3e -->|defined in| 42e1b60a_571c_1de9_a996_12197860039c 914557b1_7084_93da_cf5f_82ead0e36098["SupermodelIRFromJSONTyped()"] 914557b1_7084_93da_cf5f_82ead0e36098 -->|calls| a9c25351_663c_2b0f_5b98_624485b92f3e f3fd79e0_ab58_70df_18b9_8bba1ce3f7c6["SupermodelIRStatsFromJSONTyped()"] a9c25351_663c_2b0f_5b98_624485b92f3e -->|calls| f3fd79e0_ab58_70df_18b9_8bba1ce3f7c6 style a9c25351_663c_2b0f_5b98_624485b92f3e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/models/SupermodelIRStats.ts lines 55–57
export function SupermodelIRStatsFromJSON(json: any): SupermodelIRStats {
return SupermodelIRStatsFromJSONTyped(json, false);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does SupermodelIRStatsFromJSON() do?
SupermodelIRStatsFromJSON() is a function in the typescript-sdk codebase, defined in src/models/SupermodelIRStats.ts.
Where is SupermodelIRStatsFromJSON() defined?
SupermodelIRStatsFromJSON() is defined in src/models/SupermodelIRStats.ts at line 55.
What does SupermodelIRStatsFromJSON() call?
SupermodelIRStatsFromJSON() calls 1 function(s): SupermodelIRStatsFromJSONTyped.
What calls SupermodelIRStatsFromJSON()?
SupermodelIRStatsFromJSON() is called by 1 function(s): SupermodelIRFromJSONTyped.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free