MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getMethodMatches

Method getMethodMatches

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

* The method-definition nodes matching `typeName::methodName` in `language` — * exactly `resolveMethodOnType`'s kind/language/qualifiedName-suffix filter, * LRU-cached per (language, type, method). The uncached path re-fetches every * node sharing the METHOD name (unbounded — tens of thousa

(typeName: string, methodName: string, language: Language)

Source from the content-addressed store, hash-verified

107 * entry is valid from any call site. Optional for external/test contexts.
108 */
109 getMethodMatches?(typeName: string, methodName: string, language: Language): Node[];
110 /** Get project root */
111 getProjectRoot(): string;
112 /** Get all files */

Callers 1

resolveMethodOnTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected