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

TestedSiblingToJSON() — typescript-sdk Function Reference

Architecture documentation for the TestedSiblingToJSON() function in TestedSibling.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/models/TestedSibling.ts lines 68–78

export function TestedSiblingToJSON(value?: TestedSibling | null): any {
    if (value == null) {
        return value;
    }
    return {
        
        'name': value['name'],
        'line': value['line'],
        'testFiles': value['testFiles'],
    };
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free