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

Method local

ZezeJava/ZezeJava/src/main/java/Zeze/Util/JsonReader.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 private static int poolSize = 1024;
69
70 public static @NotNull JsonReader local() {
71 return ensureNotNull(localReaders.get());
72 }
73
74 public static void removeLocal() {
75 localReaders.remove();

Callers 15

checkObjMethod · 0.95
test1Method · 0.95
test2Method · 0.95
test8Method · 0.95
testAMethod · 0.95
testDMethod · 0.95
testEMethod · 0.95
testFMethod · 0.95
testGMethod · 0.95
testHMethod · 0.95
testDynamicBeanMethod · 0.95
testBytesMethod · 0.95

Calls 2

ensureNotNullMethod · 0.80
getMethod · 0.65

Tested by 15

checkObjMethod · 0.76
test1Method · 0.76
test2Method · 0.76
test8Method · 0.76
testAMethod · 0.76
testDMethod · 0.76
testEMethod · 0.76
testFMethod · 0.76
testGMethod · 0.76
testHMethod · 0.76
testDynamicBeanMethod · 0.76
testBytesMethod · 0.76