MCPcopy Create free account
hub / github.com/Easesgr/reggie / match

Method match

src/main/java/com/anyi/reggie/filter/UserFilter.java:67–74  ·  view source on GitHub ↗
(String url,String[] urls)

Source from the content-addressed store, hash-verified

65
66 // 匹配url
67 public boolean match(String url,String[] urls){
68 for (String item : urls) {
69 if (PATH_MATCHER.match(item, url)){
70 return true;
71 }
72 }
73 return false;
74 }
75}

Callers 15

doFilterMethod · 0.95
index.jsFile · 0.80
geFunction · 0.80
pnFunction · 0.80
axios.min.jsFile · 0.80
vue.jsFile · 0.80
getTypeFunction · 0.80
parseHTMLFunction · 0.80
parseStartTagFunction · 0.80
handleStartTagFunction · 0.80
parseForFunction · 0.80
processAttrsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected