get_function_source
Retrieve the full source code of a specific Solidity function with line numbers to review implementation details after finding functions.
Instructions
Retrieves the source code of a specific function. Use this when you need to read the implementation details after finding a function with list_functions or search_functions. Returns the function body with line numbers. Requires the function's contract_key and full signature to uniquely identify the function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| line_end | No | ||
| file_path | No | File path relative to project directory | |
| line_start | No | ||
| source_code | No | ||
| error_message | No |