search_references
Find all references to a method or symbol in a Pharo Smalltalk image. Returns the class, method, and package for each reference.
Instructions
Get all references to a method selector or a symbol.
Args: method_name_or_symbol: The method name to find references for
Returns: dict: API response with success/error and result - Success: {"success": True, "result": list[dict]} - result contains list of references Each reference: {"class": str, "method": str, "package": str} - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_name_or_symbol | Yes | The method name or symbol to find references for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||