Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PatrickSys/codebase-context
/ relationship-sidecar.test.ts
File
relationship-sidecar.test.ts
tests/relationship-sidecar.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeAll, afterAll } from
'vitest'
;
2
import
{ promises as fs } from
'fs'
;
3
import
path from
'path'
;
4
import
{ CodebaseIndexer } from
'../src/core/indexer.js'
;
Callers
nothing calls this directly
Calls
5
readIndexMeta
Function · 0.85
validateIndexArtifacts
Function · 0.85
createTempDir
Function · 0.70
cleanupDir
Function · 0.70
index
Method · 0.45
Tested by
no test coverage detected