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

Method getNodesByKind

src/index.ts:1266–1268  ·  view source on GitHub ↗

* Get all nodes of a specific kind

(kind: Node['kind'])

Source from the content-addressed store, hash-verified

1264 * Get all nodes of a specific kind
1265 */
1266 getNodesByKind(kind: Node['kind']): Node[] {
1267 return this.queries.getNodesByKind(kind);
1268 }
1269
1270 /**
1271 * Get ALL nodes with an exact name (direct index lookup, not FTS-ranked/capped).

Callers

nothing calls this directly

Calls 1

getNodesByKindMethod · 0.65

Tested by

no test coverage detected