MCPcopy 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

1export function lowerCaseFirst(input: string) {
2 return input.charAt(0).toLowerCase() + input.slice(1);
3}

Callers 15

syncRelationFunction · 0.90
addOrUpdateModelFunction · 0.90
handleRequestMethod · 0.90
handleTransactionMethod · 0.90
isValidModelMethod · 0.90
generateTagsMethod · 0.90
generatePathsMethod · 0.90
buildModelOperationMethod · 0.90
isOperationIncludedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected