(string)
| 776 | } |
| 777 | |
| 778 | _ucFirst(string) { |
| 779 | if(string.startsWith('gpu')) return 'Graphics'; |
| 780 | return string.charAt(0).toUpperCase() + string.slice(1); |
| 781 | } |
| 782 | |
| 783 | _positionInPanel() { |
| 784 | let alignment = ''; |
no outgoing calls
no test coverage detected