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

Method getNodesByKind

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

Get all nodes of a kind

(kind: Node['kind'])

Source from the content-addressed store, hash-verified

74 getNodesByQualifiedName(qualifiedName: string): Node[];
75 /** Get all nodes of a kind */
76 getNodesByKind(kind: Node['kind']): Node[];
77 /**
78 * Stream nodes of a kind one at a time instead of materializing (and, unlike
79 * `getNodesByKind`, without populating the resolver's per-kind array cache).

Callers 15

getNodesByKindMethod · 0.65
resolveCobolCopybookFunction · 0.65
createContextMethod · 0.65
vueTemplateEdgesFunction · 0.65
fabricNativeImplEdgesFunction · 0.65
goframeRouteEdgesFunction · 0.65
cFnPointerDispatchEdgesFunction · 0.65
buildRNMapsFunction · 0.65
resolveFunction · 0.65
resolveFunction · 0.65
buildObjcMapFunction · 0.65
buildIndexFunction · 0.65

Calls

no outgoing calls

Tested by 10

configKeysFunction · 0.52
fnFunction · 0.52
methodsOfFunction · 0.52
logInDirFunction · 0.52
callTargetsFunction · 0.52
callerNamesOfFunction · 0.52
isCalledFunction · 0.52
fileNodeFunction · 0.52
importedFilePathsFunction · 0.52
inModelsFunction · 0.52