MCPcopy 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

put0Method · 0.45
evalMethod · 0.45
callMethod · 0.45
_printMethod · 0.45
initMethod · 0.45
pMethod · 0.45
markAliveMethod · 0.45
buildMethod · 0.45

Calls 1

put0Method · 0.95

Tested by

no test coverage detected