NearestTestedCaller Type — typescript-sdk Architecture
Architecture documentation for the NearestTestedCaller type/interface in NearestTestedCaller.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/models/NearestTestedCaller.ts lines 21–40
export interface NearestTestedCaller {
/**
* File path of the nearest tested function.
* @type {string}
* @memberof NearestTestedCaller
*/
file: string;
/**
* Name of the nearest tested function.
* @type {string}
* @memberof NearestTestedCaller
*/
name: string;
/**
* Number of call graph hops to the nearest tested function.
* @type {number}
* @memberof NearestTestedCaller
*/
distance: number;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free