MCPcopy 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

getParserMethod · 0.95
testCorruptionMethod · 0.95
getJSONParserMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by 3

getParserMethod · 0.76
testCorruptionMethod · 0.76