get_source
Retrieve the exact current content of a specific file or line range from the synced repository, complete with commit attribution. Use it to inspect the original source behind any code reference or query result.
Instructions
Read the exact current content of an indexed file (or a line
range) from the synced repository, with commit attribution.
file is the repository-relative path from any search result's
source line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| end_line | No | ||
| repository | Yes | ||
| start_line | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |