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

Method hashLog

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Bean.java:200–202  ·  view source on GitHub ↗
(long initial, @NotNull Class<?> key, @NotNull Class<?> value)

Source from the content-addressed store, hash-verified

198
199 // PMap<K, V>
200 public static int hashLog(long initial, @NotNull Class<?> key, @NotNull Class<?> value) {
201 return hashLog(initial, Reflect.getStableName(key), Reflect.getStableName(value));
202 }
203
204 // PMap<K, V>
205 public static int hashLog(long initial, @NotNull String key, @NotNull String value) {

Callers 8

Meta1Method · 0.95
Meta2Method · 0.95
LogMap1Method · 0.80
LogSet1Method · 0.80
LogList1Method · 0.80
LogMap2Method · 0.80
LogList2Method · 0.80
LogBeanKeyMethod · 0.80

Calls 2

getStableNameMethod · 0.95
hash64Method · 0.95

Tested by

no test coverage detected