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

Method isCorrect

APIJSONORM/src/main/java/apijson/orm/Logic.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public boolean isCorrect() {
101 return isContain(getType());
102 }
103 public static boolean isContain(String s) {
104 return isContain(getType(s));
105 }

Callers

nothing calls this directly

Calls 2

isContainMethod · 0.95
getTypeMethod · 0.95

Tested by

no test coverage detected