MCPcopy 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
162const createMockRedis = () => {
163 return {} as Redis;
164};
165
166// Helper to create mock Settings
167const createMockSettings = (): Settings => ({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected