Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zenstackhq/zenstack
/ lowerCaseFirst
Function
lowerCaseFirst
packages/common-helpers/src/lower-case-first.ts:1–3 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
1
export
function
lowerCaseFirst(input: string) {
2
return
input.charAt(0).toLowerCase() + input.slice(1);
3
}
Callers
15
syncRelation
Function · 0.90
addOrUpdateModel
Function · 0.90
generateDelegateRelationForBase
Method · 0.90
generateDelegateRelationForConcrete
Method · 0.90
case-conversion.test.ts
File · 0.90
handleRequest
Method · 0.90
handleTransaction
Method · 0.90
isValidModel
Method · 0.90
generateTags
Method · 0.90
generatePaths
Method · 0.90
buildModelOperation
Method · 0.90
isOperationIncluded
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected