Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ put
Method
put
chapter24/src/test/java/com/seaofnodes/simple/Eval2.java:44–47 ·
view source on GitHub ↗
(Node n, Object d)
Source
from the content-addressed store, hash-verified
42
43
// Put a mapping from Node->Object
44
Node put(Node n, Object d) {
45
assert d!=null;
46
return
put0(n,d);
47
}
48
// Put a mapping from Node->Object?
49
Node put0(Node n, Object d) {
50
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