| 62 | } |
| 63 | |
| 64 | type nodeFilteredVariable struct { |
| 65 | locationToken *Token |
| 66 | |
| 67 | resolver IEvaluator |
| 68 | filterChain []*filterCall |
| 69 | } |
| 70 | |
| 71 | type nodeVariable struct { |
| 72 | locationToken *Token |
nothing calls this directly
no outgoing calls
no test coverage detected