Searched refs:isPatternMatch (Results 1 – 1 of 1) sorted by relevance
36 function isPatternMatch({ prefix, suffix }: Pattern, candidate: string) { function60 if (isPatternMatch(pattern, candidate) && pattern.prefix.length > longestMatchPrefixLength) {