MCPcopy
hub / github.com/colbymchenry/codegraph / getSupertypes

Method getSupertypes

src/resolution/types.ts:93–93  ·  view source on GitHub ↗

* Direct supertypes of the type named `typeName` (same language): the classes * it extends and the interfaces / protocols / traits it implements/conforms to, * by simple name. Backed by the resolved `implements`/`extends` edges, so it is * EMPTY during the first resolution pass (edges aren'

(typeName: string, language: Language)

Source from the content-addressed store, hash-verified

91 * method). Optional so external/test contexts compile without it.
92 */
93 getSupertypes?(typeName: string, language: Language): string[];
94 /**
95 * Look up a node by its id. Lets matchers derive the FROM-symbol's
96 * enclosing-class scope (Swift implicit-self method scoping, `this.X`

Callers 1

resolveMethodOnTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected