Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ iterate
Method
iterate
src/db/sqlite-adapter.ts:83–85 ·
view source on GitHub ↗
(...params: any[])
Source
from the content-addressed store, hash-verified
81
return
stmt.all(...params);
82
},
83
iterate(...params: any[]) {
84
return
stmt.iterate(...params);
85
},
86
};
87
}
88
Callers
nothing calls this directly
Calls
1
iterate
Method · 0.65
Tested by
no test coverage detected