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

Method topLevelNameStyle

src/Language/Java.ts:183–185  ·  view source on GitHub ↗
(rawName: string)

Source from the content-addressed store, hash-verified

181 }
182
183 protected topLevelNameStyle(rawName: string): string {
184 return javaNameStyle(true, false, rawName);
185 }
186
187 protected get namedTypeNamer(): Namer {
188 return typeNamingFunction;

Callers

nothing calls this directly

Calls 1

javaNameStyleFunction · 0.85

Tested by

no test coverage detected