MCPcopy
hub / github.com/Col-E/Recaf / match

Method match

src/main/java/me/coley/recaf/search/StringMatchMode.java:58–60  ·  view source on GitHub ↗

@param key Expected pattern. @param text Text to test for a match. @return true if the given text matches with the given key.

(String key, String text)

Source from the content-addressed store, hash-verified

56 * @return {@code true} if the given text matches with the given key.
57 */
58 public boolean match(String key, String text) {
59 return matcher.test(key, text);
60 }
61}

Callers

nothing calls this directly

Calls 1

testMethod · 0.80

Tested by

no test coverage detected