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

instanceOfSupermodelIRAsync() — typescript-sdk Function Reference

Architecture documentation for the instanceOfSupermodelIRAsync() function in SupermodelIRAsync.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  a277e814_34c9_e283_12cc_ba55f7dae593["instanceOfSupermodelIRAsync()"]
  a107f77a_d00d_2062_cad7_f47509e8e442["SupermodelIRAsync.ts"]
  a277e814_34c9_e283_12cc_ba55f7dae593 -->|defined in| a107f77a_d00d_2062_cad7_f47509e8e442
  style a277e814_34c9_e283_12cc_ba55f7dae593 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/SupermodelIRAsync.ts lines 77–81

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

Domain

Subdomains

Frequently Asked Questions

What does instanceOfSupermodelIRAsync() do?
instanceOfSupermodelIRAsync() is a function in the typescript-sdk codebase, defined in src/models/SupermodelIRAsync.ts.
Where is instanceOfSupermodelIRAsync() defined?
instanceOfSupermodelIRAsync() is defined in src/models/SupermodelIRAsync.ts at line 77.

Analyze Your Own Codebase

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

Try Supermodel Free