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
  6d258cc6_1c84_64bb_df35_269a0dad4f28["SubdomainSummaryFromJSONTyped()"]
  d7dd44e1_08c1_542a_2f89_d68b48b05146["SubdomainSummary.ts"]
  6d258cc6_1c84_64bb_df35_269a0dad4f28 -->|defined in| d7dd44e1_08c1_542a_2f89_d68b48b05146
  75f3142f_01b1_a4c6_bf01_4329ed9aecc5["SubdomainSummaryFromJSON()"]
  75f3142f_01b1_a4c6_bf01_4329ed9aecc5 -->|calls| 6d258cc6_1c84_64bb_df35_269a0dad4f28
  style 6d258cc6_1c84_64bb_df35_269a0dad4f28 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, defined in src/models/SubdomainSummary.ts.
Where is SubdomainSummaryFromJSONTyped() defined?
SubdomainSummaryFromJSONTyped() is defined in src/models/SubdomainSummary.ts at line 70.
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