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