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

Method reset

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

Source from the content-addressed store, hash-verified

131 }
132
133 public @NotNull JsonReader reset() {
134 buf = null;
135 pos = 0;
136 tmp = null;
137 return this;
138 }
139
140 public byte[] buf() {
141 return buf;

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected