Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
isContain
Method · 0.95
getType
Method · 0.95
Tested by
no test coverage detected