Skip to main content

getFunctionsinClass

codebolt.codeparsers.getFunctionsinClass(file: any, className: any): void
Retrieves the functions in a given class within a file.

Parameters

NameTypeDescription
fileanyThe file containing the class.
classNameanyThe name of the class to parse for functions.

Status

Working Progress...