get_implementations
Find all concrete implementations of a given interface, trait, or abstract class in the repository, enabling precise code navigation and impact analysis.
Instructions
Find all implementations of a given interface, trait, or abstract class in the repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of implementations to return. Defaults to 20, capped at 100. | |
| query | Yes | The name of the interface or trait. |