what_if_delete
Analyzes the impact of deleting a file, function, or class by identifying broken imports and calls to determine if removal is safe.
Instructions
Bu dosyayı/fonksiyonu silersem ne olur?
Args: path: Proje kök dizini target: Silinecek hedef (dosya yolu veya sembol adı) target_type: Hedef türü — "file", "function" veya "class"
Returns: Silme senaryosu — bozulacak importlar, çağrılar, güvenli mi?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| target | Yes | ||
| target_type | No | file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |