traceBusinessFlow
Trace the complete business flow chain from any function or keyword. Get a call graph, critical DB/HTTP/file operations, and a Mermaid diagram for quick understanding.
Instructions
Trace the complete business flow chain from an entry point. Returns real call graph (parsed from function bodies), critical operations (DB/HTTP/file I/O), and a Mermaid diagram. Supports fuzzy matching and Chinese keywords like "登录"/"支付".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryPoint | Yes | Function name, method name, or keyword (e.g. "handleLogin", "支付", "createOrder") |