Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ setValue
Method
setValue
ZezeJava/ZezeJava/src/main/java/Zeze/Util/KV.java:19–21 ·
view source on GitHub ↗
(V value)
Source
from the content-addressed store, hash-verified
17
}
18
19
public
final
void
setValue(V value) {
20
this.value = value;
21
}
22
23
public
static
<K, V> KV<K, V> create(K key, V value) {
24
var kv =
new
KV<K, V>();
Callers
4
create
Method · 0.95
commitServiceAcceptor
Method · 0.95
ProcessGetRequest
Method · 0.45
getOneAcceptorAddress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected