rust-call-graph

安装量: 582
排名: #6202

安装

npx skills add https://github.com/actionbook/rust-skills --skill rust-call-graph
Rust Call Graph
Visualize function call relationships using LSP call hierarchy.
Usage
/rust-call-graph [--depth N] [--direction in|out|both]
Options:
--depth N
How many levels to traverse (default: 3) --direction : in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis Show more
返回排行榜