Skip to main content

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

ParameterTypeRequiredDescription
symbolstringMethod symbol (e.g. 'Greeter.Greet' or 'MyNamespace.MyClass.MyMethod')