find_chromium_symbol
Locate symbol definitions, references, and usage within Chromium source code to understand code structure and dependencies.
Instructions
Find symbol definition, references, and usage in Chromium source
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol to find (function, class, method, etc.) | |
| file_path | No | Optional file path context for better symbol resolution |