Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ setFlags
Method
setFlags
solr/solrj/src/java/org/noggit/JSONParser.java:186–190 ·
view source on GitHub ↗
(int flags)
Source
from the content-addressed store, hash-verified
184
}
185
186
public
int
setFlags(
int
flags) {
187
int
oldFlags = flags;
188
this.flags = flags;
189
return
oldFlags;
190
}
191
192
// temporary output buffer
193
private
final
CharArr out =
new
CharArr(64);
Callers
5
getParser
Method · 0.95
testCorruption
Method · 0.95
testWithoutStartingBraces
Method · 0.95
getJSONParser
Method · 0.95
parse
Method · 0.95
Calls
no outgoing calls
Tested by
3
getParser
Method · 0.76
testCorruption
Method · 0.76
testWithoutStartingBraces
Method · 0.76