Skip to content

DemoVaultCoverageChecker.getExportedFunctionNames method

DemoVaultCoverageChecker › getExportedFunctionNames

Parses the names of the export functions (including async and generator declarations) in a source file.

Signature:

getExportedFunctionNames(params: DemoVaultCoverageCheckerGetExportedFunctionNamesParams): string[]

Parameters:

ParameterTypeDescription
paramsDemoVaultCoverageCheckerGetExportedFunctionNamesParamsThe parameters for the lookup.

Returns: string[]The exported function names in source order.