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

Method getNodesByName

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

Get all nodes by name

(name: string)

Source from the content-addressed store, hash-verified

70 getNodesInFile(filePath: string): Node[];
71 /** Get all nodes by name */
72 getNodesByName(name: string): Node[];
73 /** Get all nodes by qualified name */
74 getNodesByQualifiedName(qualifiedName: string): Node[];
75 /** Get all nodes of a kind */

Callers 15

getNodesByNameMethod · 0.65
getSegmentMatchesMethod · 0.65
resolveViaImportFunction · 0.65
findPythonModuleFileFunction · 0.65
matchByFilePathFunction · 0.65
matchFunctionRefFunction · 0.65
matchByExactNameFunction · 0.65
matchByQualifiedNameFunction · 0.65
resolveMethodOnTypeFunction · 0.65
lookupCalleeReturnTypeFunction · 0.65

Calls

no outgoing calls

Tested by 3

byQnameFunction · 0.52
kindOfFunction · 0.52
fnRefEdgesIntoFunction · 0.52