TestedFunctionFromJSONTyped() — typescript-sdk Function Reference
Architecture documentation for the TestedFunctionFromJSONTyped() function in TestedFunction.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD c3965ee9_297e_1156_97a2_6651c420f303["TestedFunctionFromJSONTyped()"] 0cb5b35a_81a9_bc86_e78b_74744e9514fb["TestedFunctionFromJSON()"] 0cb5b35a_81a9_bc86_e78b_74744e9514fb -->|calls| c3965ee9_297e_1156_97a2_6651c420f303 style c3965ee9_297e_1156_97a2_6651c420f303 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/models/TestedFunction.ts lines 100–114
export function TestedFunctionFromJSONTyped(json: any, ignoreDiscriminator: boolean): TestedFunction {
if (json == null) {
return json;
}
return {
'file': json['file'],
'name': json['name'],
'line': json['line'],
'type': json['type'],
'testFiles': json['testFiles'],
'directTestCallers': json['directTestCallers'],
'transitiveTestCallers': json['transitiveTestCallers'],
};
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does TestedFunctionFromJSONTyped() do?
TestedFunctionFromJSONTyped() is a function in the typescript-sdk codebase.
What calls TestedFunctionFromJSONTyped()?
TestedFunctionFromJSONTyped() is called by 1 function(s): TestedFunctionFromJSON.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free