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

Method parseMap

ZezeJava/ZezeJava/src/main/java/Zeze/Util/JsonReader.java:362–364  ·  view source on GitHub ↗
(@Nullable Map<String, Object> m)

Source from the content-addressed store, hash-verified

360 }
361
362 public @Nullable Map<String, Object> parseMap(@Nullable Map<String, Object> m) throws ReflectiveOperationException {
363 return next() == '{' ? parseMap0(m) : m;
364 }
365
366 @NotNull Map<String, Object> parseMap0(@Nullable Map<String, Object> m) throws ReflectiveOperationException {
367 if (m == null)

Callers 1

checkObjMethod · 0.80

Calls 2

nextMethod · 0.95
parseMap0Method · 0.95

Tested by 1

checkObjMethod · 0.64