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

Method local

ZezeJava/ZezeJava/src/main/java/Zeze/Util/JsonWriter.java:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 ThreadLocal.withInitial(JsonWriter::new));
114
115 public static @NotNull JsonWriter local() {
116 return ensureNotNull(localWriters.get());
117 }
118
119 public static void removeLocal() {
120 localWriters.remove();

Callers 15

checkObjMethod · 0.95
test3Method · 0.95
test4Method · 0.95
test5Method · 0.95
test6Method · 0.95
test8Method · 0.95
test9Method · 0.95
testBMethod · 0.95
testDMethod · 0.95
testGMethod · 0.95
testDynamicBeanMethod · 0.95
testBytesMethod · 0.95

Calls 2

ensureNotNullMethod · 0.80
getMethod · 0.65

Tested by 15

checkObjMethod · 0.76
test3Method · 0.76
test4Method · 0.76
test5Method · 0.76
test6Method · 0.76
test8Method · 0.76
test9Method · 0.76
testBMethod · 0.76
testDMethod · 0.76
testGMethod · 0.76
testDynamicBeanMethod · 0.76
testBytesMethod · 0.76