Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ createMockRedis
Function
createMockRedis
packages/backend/src/repoIndexManager.test.ts:162–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
161
// Helper to create mock Redis
162
const
createMockRedis = () => {
163
return
{} as Redis;
164
};
165
166
// Helper to create mock Settings
167
const
createMockSettings = (): Settings => ({
Callers
1
repoIndexManager.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected