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