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

TestFileInfoFromJSONTyped() — typescript-sdk Function Reference

Architecture documentation for the TestFileInfoFromJSONTyped() function in TestFileInfo.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  27e6ba4b_9d82_7d72_97fa_87ef7c6721dd["TestFileInfoFromJSONTyped()"]
  7ea80ba4_8720_8d40_027c_08a1c6731bf2["TestFileInfoFromJSON()"]
  7ea80ba4_8720_8d40_027c_08a1c6731bf2 -->|calls| 27e6ba4b_9d82_7d72_97fa_87ef7c6721dd
  style 27e6ba4b_9d82_7d72_97fa_87ef7c6721dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/TestFileInfo.ts lines 63–74

export function TestFileInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): TestFileInfo {
    if (json == null) {
        return json;
    }
    return {
        
        'file': json['file'],
        'testFunctions': json['testFunctions'],
        'productionFunctionsCovered': json['productionFunctionsCovered'],
        'productionFilesCovered': json['productionFilesCovered'],
    };
}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free