(_ctx, { root: rootVal })
| 4134 | return new _AttributeRefAccess(root, attribute); |
| 4135 | } |
| 4136 | resolve(_ctx, { root: rootVal }) { |
| 4137 | return _ctx.meta.runtime.resolveAttribute(rootVal, this.attribute.name); |
| 4138 | } |
| 4139 | get lhs() { |
| 4140 | return { root: this.root }; |
| 4141 | } |
nothing calls this directly
no test coverage detected