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

Method newValue

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/RocksRaft/Table.java:104–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 @SuppressWarnings("unchecked")
105 public V newValue() {
106 try {
107 return (V)valueFactory.invoke();
108 } catch (Throwable e) { // MethodHandle.invoke
109 throw Task.forceThrow(e);
110 }
111 }
112
113 @SuppressWarnings("unchecked")
114 public V get(K key) {

Callers 3

getOrAddMethod · 0.95
storageLoadMethod · 0.95
walkMethod · 0.95

Calls 2

forceThrowMethod · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected