()
| 156 | } |
| 157 | |
| 158 | get parentProduct() { |
| 159 | return productMap[this.parentProductId] |
| 160 | } |
| 161 | |
| 162 | async renderTitle(context, opts = { preferShort: true }) { |
| 163 | return opts.preferShort && this.shortTitle |
nothing calls this directly
no outgoing calls
no test coverage detected