MCPcopy Create free account
hub / github.com/glideapps/quicktype / isStartCharacter

Function isStartCharacter

src/Language/Swift.ts:160–162  ·  view source on GitHub ↗
(codePoint: number)

Source from the content-addressed store, hash-verified

158}
159
160function isStartCharacter(codePoint: number): boolean {
161 return isPartCharacter(codePoint) && !isDigit(codePoint);
162}
163
164const legalizeName = legalizeCharacters(isPartCharacter);
165

Callers

nothing calls this directly

Calls 2

isDigitFunction · 0.90
isPartCharacterFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…