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

instanceOfDeadCodeAnalysisResponseAsync() — typescript-sdk Function Reference

Architecture documentation for the instanceOfDeadCodeAnalysisResponseAsync() function in DeadCodeAnalysisResponseAsync.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/models/DeadCodeAnalysisResponseAsync.ts lines 77–81

export function instanceOfDeadCodeAnalysisResponseAsync(value: object): value is DeadCodeAnalysisResponseAsync {
    if (!('status' in value) || value['status'] === undefined) return false;
    if (!('jobId' in value) || value['jobId'] === undefined) return false;
    return true;
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free