Skip to main content

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

NameTypeDescription
matcherDefinitionobjectThe definition of the matcher.
problemPatternsThe patterns to match against.
problemsThe list of problems.

Returns:

 Promise<MatchProblemResponse>
A promise that resolves with the matching problem response.

Status

Working Progress..