MCPcopy
hub / github.com/react/create-react-app / _capitalize

Function _capitalize

packages/react-error-overlay/fixtures/bundle.mjs:25614–25616  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

25612 }
25613
25614 function _capitalize(str) {
25615 return str[0].toUpperCase() + str.substring(1);
25616 }
25617
25618 function _getter(p) {
25619 return function () {

Callers 2

StackFrameFunction · 0.85
bundle.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected