CircularDependencySummaryFromJSONTyped() — typescript-sdk Function Reference
Architecture documentation for the CircularDependencySummaryFromJSONTyped() function in CircularDependencySummary.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD 4bc0805a_4758_3d8f_d01d_13acb63de1db["CircularDependencySummaryFromJSONTyped()"] a553ce2b_958c_e5d7_3f06_8e404f0c6ee7["CircularDependencySummaryFromJSON()"] a553ce2b_958c_e5d7_3f06_8e404f0c6ee7 -->|calls| 4bc0805a_4758_3d8f_d01d_13acb63de1db style 4bc0805a_4758_3d8f_d01d_13acb63de1db fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/models/CircularDependencySummary.ts lines 70–82
export function CircularDependencySummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): CircularDependencySummary {
if (json == null) {
return json;
}
return {
'totalCycles': json['totalCycles'],
'filesInCycles': json['filesInCycles'],
'highSeverityCount': json['highSeverityCount'],
'mediumSeverityCount': json['mediumSeverityCount'],
'lowSeverityCount': json['lowSeverityCount'],
};
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does CircularDependencySummaryFromJSONTyped() do?
CircularDependencySummaryFromJSONTyped() is a function in the typescript-sdk codebase.
What calls CircularDependencySummaryFromJSONTyped()?
CircularDependencySummaryFromJSONTyped() is called by 1 function(s): CircularDependencySummaryFromJSON.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free