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

SubdomainSummaryFromJSONTyped() — typescript-sdk Function Reference

Architecture documentation for the SubdomainSummaryFromJSONTyped() function in SubdomainSummary.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  938e6ba2_b0d4_e8b5_a9a2_35028b9b9b37["SubdomainSummaryFromJSONTyped()"]
  0a8960bb_eff4_87ef_fac5_48bb79ab9a2a["SubdomainSummaryFromJSON()"]
  0a8960bb_eff4_87ef_fac5_48bb79ab9a2a -->|calls| 938e6ba2_b0d4_e8b5_a9a2_35028b9b9b37
  style 938e6ba2_b0d4_e8b5_a9a2_35028b9b9b37 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/SubdomainSummary.ts lines 70–82

export function SubdomainSummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubdomainSummary {
    if (json == null) {
        return json;
    }
    return {
        
        'name': json['name'],
        'descriptionSummary': json['descriptionSummary'],
        'files': json['files'],
        'functions': json['functions'],
        'classes': json['classes'],
    };
}

Domain

Subdomains

Frequently Asked Questions

What does SubdomainSummaryFromJSONTyped() do?
SubdomainSummaryFromJSONTyped() is a function in the typescript-sdk codebase.
What calls SubdomainSummaryFromJSONTyped()?
SubdomainSummaryFromJSONTyped() is called by 1 function(s): SubdomainSummaryFromJSON.

Analyze Your Own Codebase

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

Try Supermodel Free