MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / get

Method get

chapter21/src/test/java/com/seaofnodes/simple/Eval2.java:53–59  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

51 }
52 // Get a mapped Node, perhaps using the prior stack frame crawl
53 Object get(Node n) {
54 assert _refcnt>0;
55 Object d = _data.get(n);
56 return d != null ? d
57 : _prior == null ? null
58 : _prior.get(n);
59 }
60
61 // Short debugging print
62 public String p() {

Callers 15

parallelAssignPhisMethod · 0.95
toStringMethod · 0.45
valMethod · 0.45
xMethod · 0.45
dMethod · 0.45
tfpMethod · 0.45
cljMethod · 0.45
traceDataMethod · 0.45
_printMethod · 0.45
initMethod · 0.45
pMethod · 0.45
findStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected