Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/
Class
src/graph/traversal.ts:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
* Graph traverser
for
BFS and DFS traversal
33
*/
34
export
class
GraphTraverser {
35
private queries: QueryBuilder;
36
37
constructor(queries: QueryBuilder) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected