MCPcopy
hub / github.com/colbymchenry/codegraph / getNodesByName

Method getNodesByName

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

Get all nodes by name

(name: string)

Source from the content-addressed store, hash-verified

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

Callers 15

getNodesByNameMethod · 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
cppClassExistsFunction · 0.65

Calls

no outgoing calls

Tested by 2

kindOfFunction · 0.52
fnRefEdgesIntoFunction · 0.52