Home / Type/ DeadCodeMetadata Type — dead-code-hunter Architecture

DeadCodeMetadata Type — dead-code-hunter Architecture

Architecture documentation for the DeadCodeMetadata type/interface in dead-code.ts from the dead-code-hunter codebase.

Entity Profile

Source Code

src/dead-code.ts lines 25–34

export interface DeadCodeMetadata {
  totalDeclarations: number;
  deadCodeCandidates: number;
  aliveCode: number;
  analysisMethod: string;
  analysisStartTime?: string;
  analysisEndTime?: string;
  transitiveDeadCount?: number;
  symbolLevelDeadCount?: number;
}

Analyze Your Own Codebase

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

Try Supermodel Free