MCPcopy Create free account
hub / github.com/ReadyTalk/avian / nodes

Method nodes

test/extra/QueryDump.java:73–78  ·  view source on GitHub ↗
(Record record)

Source from the content-addressed store, hash-verified

71 }
72
73 private static Set<Node> nodes(Record record) {
74 if (record.nodes == null) {
75 record.nodes = new HashSet<Node>(2);
76 }
77 return record.nodes;
78 }
79
80 private static void query(Map<Integer, Node> nodes, Record[] query,
81 List<Instance> stack, int index)

Callers 1

queryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected