find_matching_chunks_in_file
Locate specific code chunks in a file by searching for matching strings or functions. Use after identifying relevant files to pinpoint exact content needed for analysis or debugging.
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. | |
project_name | Yes | ||
rel_path | Yes | Relative to project root |