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

Method getNodesByLowerName

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

Get nodes by lowercase name (O(1) lookup for fuzzy matching)

(lowerName: string)

Source from the content-addressed store, hash-verified

113 getAllFiles(): string[];
114 /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */
115 getNodesByLowerName(lowerName: string): Node[];
116 /**
117 * Direct supertypes of the type named `typeName` (same language): the classes
118 * it extends and the interfaces / protocols / traits it implements/conforms to,

Callers 2

matchFuzzyFunction · 0.65
createContextMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected