Find where a symbol is defined
find_definitionLocate the exact file and line where a function, method, or class is defined by name in a TypeScript or JavaScript codebase.
Instructions
Find the file and line where a function, method, or class is defined, by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Symbol name, e.g. 'createUser' or 'UserRepository.findById' | |
| graph_path | No | Path to a previously saved graph (default: .codegraph/graph.json) |