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

Method get

chapter24/src/test/java/com/seaofnodes/simple/Eval2.java:55–61  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

53 }
54 // Get a mapped Node, perhaps using the prior stack frame crawl
55 Object get(Node n) {
56 assert _refcnt>0;
57 Object d = _data.get(n);
58 return d != null ? d
59 : _prior == null ? null
60 : _prior.get(n);
61 }
62
63 // Short debugging print
64 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
initMethod · 0.45
pMethod · 0.45
findStartMethod · 0.45
evaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected