Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ put
Method
put
chapter18/src/test/java/com/seaofnodes/simple/Eval2.java:40–43 ·
view source on GitHub ↗
(Node n, Object d)
Source
from the content-addressed store, hash-verified
38
39
// Put a mapping from Node->Object
40
Node put(Node n, Object d) {
41
assert d!=null;
42
return
put0(n,d);
43
}
44
// Put a mapping from Node->Object?
45
Node put0(Node n, Object d) {
46
assert _refcnt>0;
Callers
8
put0
Method · 0.45
eval
Method · 0.45
call
Method · 0.45
_print
Method · 0.45
init
Method · 0.45
p
Method · 0.45
markAlive
Method · 0.45
build
Method · 0.45
Calls
1
put0
Method · 0.95
Tested by
no test coverage detected