(_ctx, { root: rootVal })
| 4443 | return new _AttributeRefAccess(root, attribute); |
| 4444 | } |
| 4445 | resolve(_ctx, { root: rootVal }) { |
| 4446 | return _ctx.meta.runtime.resolveAttribute(rootVal, this.attribute.name); |
| 4447 | } |
| 4448 | get lhs() { |
| 4449 | return { root: this.root }; |
| 4450 | } |
nothing calls this directly
no test coverage detected