Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zenstackhq/zenstack
/ upperCaseFirst
Function
upperCaseFirst
packages/common-helpers/src/upper-case-first.ts:1–3 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
1
export
function
upperCaseFirst(input: string) {
2
return
input.charAt(0).toUpperCase() + input.slice(1);
3
}
Callers
8
updateSchema
Function · 0.90
addOrUpdateModel
Function · 0.90
case-conversion.test.ts
File · 0.90
getOperationInputSchemaRef
Method · 0.90
buildModelOperation
Method · 0.90
processCasing
Function · 0.90
makeFindSchema
Method · 0.90
makeRelationSelectIncludeSchema
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected