MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / ucfirst

Function ucfirst

lib/utils.js:121–123  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

119 * @returns {string | undefined}
120 */
121export const ucfirst = function (str) {
122 if (str) return str.charAt(0).toUpperCase() + str.substr(1)
123}
124
125/**
126 * Make first char lowercase.

Callers 11

suiteTestFailedHookErrorFunction · 0.90
injectedFunction · 0.90
pageStateToMarkdownFunction · 0.90
pageObjectFunction · 0.90
helperFunction · 0.90
targetCreatedHandlerFunction · 0.90
targetCreatedHandlerFunction · 0.90
updateHelperConfigFunction · 0.90
restoreCallbackFunction · 0.90
toStringMethod · 0.90
humanizeStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected