find_matching_chunks_in_file
Locate specific code segments in a file by searching for matching strings or patterns, ideal for identifying function references or definitions within your project.
Instructions
Step 2: Find the actual matching chunks in a specific file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter_ | Yes | Match if any of these strings appear. Match all if None/null. Single empty string or empty list will match all. | |
project_name | Yes | ||
rel_path | Yes | Relative to project root |