find_implementations
Identify the concrete implementations or overrides behind any interface or virtual member, revealing the actual runtime behavior that references alone cannot show.
Instructions
Find the concrete implementations of an interface or abstract member, or the overrides of a virtual one. Answers 'what actually runs when this is called', which references alone cannot tell you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Interface or member name | |
| limit | No | Max results (default 50) |