MCPcopy Index your code
hub / github.com/corecoding/Vitals / _ucFirst

Method _ucFirst

extension.js:778–781  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

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 = '';

Callers 2

_initializeMenuGroupMethod · 0.95
_querySensorsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected