MCPcopy Create free account
hub / github.com/LL4J/Filter4J / TextFilter

Method TextFilter

src/filter/TextFilter.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public TextFilter() {
27 throw new UnsupportedOperationException("This is a static class");
28 }
29
30 public static boolean isIllegal(String text) {
31 return MinRt.doAi(tokenizer.tokenize(text), script) == 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected