Blast Radius Analysis
Analyze the impact of changes to a file across your codebase
Try these examples:
No Analysis Yet
Enter a file path above to see its blast radius and impact analysis
What is Blast Radius?
Blast Radius Analysis shows you the potential impact of changes to a file by analyzing:
- Callers: Files that call functions/methods in this file
- Imports: Files that import from this file
- Type Consumers: Files that use types defined in this file
- Property Accessors: Code that accesses properties from this file
- API Calls: HTTP endpoints that interact with this file
Risk levels are calculated based on the total number of impacted files:
- Low: 0-10 impacted files
- Medium: 11-25 impacted files
- High: 26+ impacted files