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

ImpactGlobalMetricsFromJSONTyped() — typescript-sdk Function Reference

Architecture documentation for the ImpactGlobalMetricsFromJSONTyped() function in ImpactGlobalMetrics.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  a7e77812_7942_754a_d80e_2e8648679afd["ImpactGlobalMetricsFromJSONTyped()"]
  1413e720_34ca_e821_3ecb_a72b7bc90c61["ImpactGlobalMetricsFromJSON()"]
  1413e720_34ca_e821_3ecb_a72b7bc90c61 -->|calls| a7e77812_7942_754a_d80e_2e8648679afd
  style a7e77812_7942_754a_d80e_2e8648679afd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/ImpactGlobalMetrics.ts lines 60–69

export function ImpactGlobalMetricsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ImpactGlobalMetrics {
    if (json == null) {
        return json;
    }
    return {
        
        'mostCriticalFiles': json['mostCriticalFiles'] == null ? undefined : ((json['mostCriticalFiles'] as Array<any>).map(CriticalFileFromJSON)),
        'crossDomainDependencies': json['crossDomainDependencies'] == null ? undefined : ((json['crossDomainDependencies'] as Array<any>).map(CrossDomainDependencyFromJSON)),
    };
}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free