MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / getNodesByQualifiedName

Method getNodesByQualifiedName

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

Get all nodes by qualified name

(qualifiedName: string)

Source from the content-addressed store, hash-verified

69 getNodesByName(name: string): Node[];
70 /** Get all nodes by qualified name */
71 getNodesByQualifiedName(qualifiedName: string): Node[];
72 /** Get all nodes of a kind */
73 getNodesByKind(kind: Node['kind']): Node[];
74 /** Check if a file exists */

Callers 6

resolveJvmImportFunction · 0.80
resolveStaticMemberFunction · 0.80
matchByQualifiedNameFunction · 0.80
resolveRazorUsingMethod · 0.80
resolveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected