MCPcopy Create free account
hub / github.com/e2wugui/zeze / setFlags

Method setFlags

ZezeJava/ZezeJava/src/main/java/Zeze/Util/JsonWriter.java:163–166  ·  view source on GitHub ↗
(int flags)

Source from the content-addressed store, hash-verified

161 }
162
163 public @NotNull JsonWriter setFlags(int flags) {
164 this.flags = this.flags & ~FLAG_ALL | flags & FLAG_ALL;
165 return this;
166 }
167
168 public @NotNull JsonWriter setFlagsAndDepthLimit(int flags, int depth) {
169 this.flags = (flags & FLAG_ALL) | (depth << 16);

Callers 6

checkObjMethod · 0.80
test4Method · 0.80
test5Method · 0.80
test6Method · 0.80
test8Method · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by 5

checkObjMethod · 0.64
test4Method · 0.64
test5Method · 0.64
test6Method · 0.64
test8Method · 0.64