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

Method get

chapter19/src/test/java/com/seaofnodes/simple/Eval2.java:51–57  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

49 }
50 // Get a mapped Node, perhaps using the prior stack frame crawl
51 Object get(Node n) {
52 assert _refcnt>0;
53 Object d = _data.get(n);
54 return d != null ? d
55 : _prior == null ? null
56 : _prior.get(n);
57 }
58
59 // Short debugging print
60 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