list_methods
List all methods of a specified class in a TypeScript or JavaScript file. Provide the file path and class name to retrieve the method list for structural analysis.
Instructions
Lists all methods for a specific class in a TypeScript/JavaScript file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the TS/JS file | |
| type | Yes | The class name |