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

Function funPrefixNamer

src/Naming.ts:185–187  ·  view source on GitHub ↗
(nameStyle: NameStyle)

Source from the content-addressed store, hash-verified

183];
184
185export function funPrefixNamer(nameStyle: NameStyle): Namer {
186 return new Namer(nameStyle, funPrefixes);
187}
188
189// FIXME: I think the type hierarchy is somewhat wrong here. `FixedName`
190// should be a `Name`, but the non-fixed names should probably have their

Callers 7

Golang.tsFile · 0.90
JSONSchema.tsFile · 0.90
Elm.tsFile · 0.90
Java.tsFile · 0.90
Swift.tsFile · 0.90
CSharp.tsFile · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…