search_implementors
Find all implementors of a method selector in a Smalltalk image, returning class, method, and package details for each implementation.
Instructions
Get all implementors of a method selector.
Args: method_name: The method name to find implementors for
Returns: dict: API response with success/error and result - Success: {"success": True, "result": list[dict]} - result contains list of implementors Each implementor: {"class": str, "method": str, "package": str} - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_name | Yes | The method name to find implementors for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||