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

Method getNodesByKind

src/index.ts:1267–1269  ·  view source on GitHub ↗

* Get all nodes of a specific kind

(kind: Node['kind'])

Source from the content-addressed store, hash-verified

1265 * Get all nodes of a specific kind
1266 */
1267 getNodesByKind(kind: Node['kind']): Node[] {
1268 return this.queries.getNodesByKind(kind);
1269 }
1270
1271 /**
1272 * 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