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