get_call_graph
Map out function dependencies in a codebase by generating a call graph showing callers and callees up to a specified depth, returned as a Mermaid diagram.
Instructions
Fonksiyon çağrı grafını döndürür.
Args: path: Proje kök dizini function_name: Hedef fonksiyon adı direction: "callers" (çağıranlar), "callees" (çağrılanlar) veya "both" depth: Maksimum derinlik
Returns: Çağrı grafı — Mermaid diyagramı ve detaylar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| function_name | Yes | ||
| direction | No | both | |
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |