(e)
| 12031 | return C((this.name ? `${this.name}_` : "") + e); |
| 12032 | } |
| 12033 | getDataName(e) { |
| 12034 | return this.getName(bc[e].toLowerCase()); |
| 12035 | } |
| 12036 | requestDataName(e) { |
| 12037 | const t = this.getDataName(e), |
| 12038 | n = this.component.data.outputNodeRefCounts; |
no test coverage detected