find_check_implementations
Identify all classes that implement a given interface or extend a base class, clarifying inheritance relationships in your code base.
Instructions
Checks which classes implement an interface or extend another (inheritance).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| type_name | Yes | Name of the interface or base class |