Find Implementations
localnest_find_implementationsFind every class, struct, or object implementing a given interface or trait. Supports TypeScript, Python, Rust, and Go patterns. Requires prior project indexing.
Instructions
Find every class, struct, or object that implements a given interface or trait. Supports TypeScript implements, Python class inheritance, Rust impl-for, and Go struct patterns. Requires the project to be indexed first via localnest_index_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface_name | Yes | The interface or trait name to find implementations of | |
| project_path | No | Scope search to a specific project | |
| language | No | Filter by language: typescript, javascript, python, go, rust | |
| max_results | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |