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

Function isPartCharacter

src/Language/Java.ts:143–145  ·  view source on GitHub ↗
(codePoint: number)

Source from the content-addressed store, hash-verified

141}
142
143function isPartCharacter(codePoint: number): boolean {
144 return isStartCharacter(codePoint) || (isAscii(codePoint) && isDigit(codePoint));
145}
146
147const legalizeName = utf16LegalizeCharacters(isPartCharacter);
148

Callers

nothing calls this directly

Calls 3

isAsciiFunction · 0.90
isDigitFunction · 0.90
isStartCharacterFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…