performMatch
codebolt.codeutils.performMatch(matcherDefinition: object, problemPatterns: undefined, problems: undefined): Promise<MatchProblemResponse>
Performs a matching operation based on the provided matcher definition and problem patterns.
Parameters
Name | Type | Description |
---|---|---|
matcherDefinition | object | The definition of the matcher. |
problemPatterns | The patterns to match against. | |
problems | The list of problems. |
Returns:
Promise<MatchProblemResponse>
A promise that resolves with the matching problem response.Status
Comming soon..