Closed davidagold closed 8 years ago
@@ master #24 diff @@
==========================================
Files 24 24
Lines 316 276 -40
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 211 163 -48
- Misses 105 113 +8
Partials 0 0
Powered by Codecov. Last update 7b71f8d...01668a6
This PR simplifies the graph processing machinery by which
QueryHelper
objects are generated. As a result of these changes, non-baseQueryNode
objects (i.e. everything exceptDataNode
s) can be madeimmutable
, a change that is also introduced here.