get_chromium_file
Retrieve specific file contents from Chromium source code by providing the file path, with optional line number ranges for focused extraction.
Instructions
Get contents of a specific file from Chromium source
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file in Chromium source (e.g., 'base/logging.cc') | |
| line_start | No | Optional starting line number | |
| line_end | No | Optional ending line number |