getFunctionsinClass
codebolt.codeparsers.getFunctionsinClass(file: any, className: any): void
Retrieves the functions in a given class within a file.
Parameters
Name | Type | Description |
---|---|---|
file | any | The file containing the class. |
className | any | The name of the class to parse for functions. |
Status
Comming soon...