Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PatrickSys/codebase-context
/ search-retrieval-strategy.test.ts
File
search-retrieval-strategy.test.ts
tests/search-retrieval-strategy.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
'vitest'
;
2
import
type
{ CodeChunk } from
'../src/types/index.js'
;
3
import
{ CodebaseSearcher } from
'../src/core/search.js'
;
4
Callers
nothing calls this directly
Calls
2
createChunk
Function · 0.70
search
Method · 0.65
Tested by
no test coverage detected