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

Function isValueType

src/Language/CSharp.ts:109–111  ·  view source on GitHub ↗
(t: Type)

Source from the content-addressed store, hash-verified

107}
108
109function isValueType(t: Type): boolean {
110 return ["integer", "double", "bool", "enum", "date-time"].indexOf(t.kind) >= 0;
111}
112
113class CSharpRenderer extends ConvenienceRenderer {
114 private _enumExtensionsNames = Map<Name, Name>();

Callers 1

CSharpRendererClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…