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

NearestTestedCallerToJSON() — typescript-sdk Function Reference

Architecture documentation for the NearestTestedCallerToJSON() function in NearestTestedCaller.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  b3e39174_1f43_ea00_abaf_03e8d9834f8f["NearestTestedCallerToJSON()"]
  54d82325_4b12_7a33_eb89_0e5842e23112["UntestedFunctionToJSON()"]
  54d82325_4b12_7a33_eb89_0e5842e23112 -->|calls| b3e39174_1f43_ea00_abaf_03e8d9834f8f
  style b3e39174_1f43_ea00_abaf_03e8d9834f8f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/NearestTestedCaller.ts lines 68–78

export function NearestTestedCallerToJSON(value?: NearestTestedCaller | null): any {
    if (value == null) {
        return value;
    }
    return {
        
        'file': value['file'],
        'name': value['name'],
        'distance': value['distance'],
    };
}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free