MCPcopy 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

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