Expand description
Core types for clr
This module defines the data structures used throughout the codebase, including JSON schemas for LLM communication.
Structs§
- ClrConfig
- Configuration for clr
- Code
Span - Span information for code location
- Confirmed
Dead Code - Dead
Code Context - Additional context to help LLM make decisions
- Dead
Code Item - A detected piece of dead code
- Exported
Symbol - Imported
Symbol - LlmJudgment
Request - LLM judgment request format
- LlmJudgment
Response - LLM judgment response format
- Output
Config - Project
Context - Reference
Node - Reference graph node
- Rejected
Item - Scan
Output - Result of a scan operation
- Scan
Summary - Summary statistics from a scan
Enums§
- Dead
Code Kind - The kind of dead code detected
- Removal
Action - Symbol
Kind