MCPcopy Index your code
hub / github.com/glideapps/quicktype / topLevels

Method topLevels

src/TypeGraph.ts:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 };
40
41 get topLevels(): Map<string, Type> {
42 assert(this.isFrozen, "Cannot get top-levels from a non-frozen graph");
43 return defined(this._topLevels);
44 }
45
46 typeAtIndex = (index: number): Type => {
47 if (this._typeBuilder !== undefined) {

Callers

nothing calls this directly

Calls 2

assertFunction · 0.90
definedFunction · 0.90

Tested by

no test coverage detected