analyze_method
Get a comprehensive analysis of a method in one call: signature, location, all callers, and all outgoing calls (methods this method invokes). More efficient than calling find_callers separately.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Method symbol (e.g. 'Greeter.Greet' or 'MyNamespace.MyClass.MyMethod') |