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

Method getNodesByQualifiedName

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

Get all nodes by qualified name

(qualifiedName: string)

Source from the content-addressed store, hash-verified

72 getNodesByName(name: string): Node[];
73 /** Get all nodes by qualified name */
74 getNodesByQualifiedName(qualifiedName: string): Node[];
75 /** Get all nodes of a kind */
76 getNodesByKind(kind: Node['kind']): Node[];
77 /**

Callers 9

resolveJvmImportFunction · 0.80
resolveStaticMemberFunction · 0.80
isLexicallyReachableFunction · 0.80
matchByQualifiedNameFunction · 0.80
resolveRazorUsingMethod · 0.80
resolveFunction · 0.80
resolveFunction · 0.80
resolveScopedModuleRefFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected