Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NickstaDB/DeserLab
/ setHash
Method
setHash
src/nb/deser/HashRequest.java:25–27 ·
view source on GitHub ↗
(String hash)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
void
setHash(String hash) {
26
theHash = hash;
27
}
28
29
public
String getData() {
30
return
dataToHash;
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected