Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ syncSearchContexts.test.ts
File
syncSearchContexts.test.ts
packages/backend/src/ee/syncSearchContexts.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, test, vi } from
'vitest'
;
2
import
type
{ PrismaClient } from
'@sourcebot/db'
;
3
import
{ repoMetadataSchema } from
'@sourcebot/shared'
;
4
Callers
nothing calls this directly
Calls
5
buildDb
Function · 0.85
syncSearchContexts
Function · 0.85
makeRepoNoTopics
Function · 0.85
makeGitHubRepo
Function · 0.85
makeGitLabRepo
Function · 0.85
Tested by
no test coverage detected