DeadCodeResult Type — dead-code-hunter Architecture
Architecture documentation for the DeadCodeResult type/interface in dead-code.ts from the dead-code-hunter codebase.
Entity Profile
Source Code
src/dead-code.ts lines 36–41
export interface DeadCodeResult {
metadata: DeadCodeMetadata;
deadCodeCandidates: DeadCodeCandidate[];
aliveCode: unknown[];
entryPoints: unknown[];
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free