()
| 100 | } |
| 101 | |
| 102 | getGLRenderableContent(): any { |
| 103 | const { mapRenderableContent } = this.context.glSurface; |
| 104 | const { glBusRootNode } = this; |
| 105 | return glBusRootNode && mapRenderableContent |
| 106 | ? mapRenderableContent(glBusRootNode) |
| 107 | : null; |
| 108 | } |
| 109 | |
| 110 | getGLName(): string { |
| 111 | return `Bus(${ |
no test coverage detected