MCPcopy Index your code
hub / github.com/Tencent/APIJSON / isContain

Method isContain

APIJSONORM/src/main/java/apijson/orm/Logic.java:103–105  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

101 return isContain(getType());
102 }
103 public static boolean isContain(String s) {
104 return isContain(getType(s));
105 }
106 public static boolean isContain(int type) {
107 return type >= TYPE_OR && type <= TYPE_NOT;
108 }

Callers 1

isCorrectMethod · 0.95

Calls 1

getTypeMethod · 0.95

Tested by

no test coverage detected