get_implementations
Find all implementations of a specified interface, trait, or abstract class in the codebase. Identifies concrete classes that satisfy a given contract to understand usage and dependencies.
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. |