Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ lcfirst
Function
lcfirst
lib/utils.js:130–132 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
128
* @returns {string | undefined}
129
*/
130
export
const
lcfirst =
function
(str) {
131
if
(str)
return
str.charAt(0).toLowerCase() + str.substr(1)
132
}
133
134
export
const
chunkArray =
function
(arr, chunk) {
135
let
i
Callers
1
pageObject
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected