Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ useSessionIndexService
Function
useSessionIndexService
src/services/session-index/service.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
import
type
{ SessionIndexAdapter } from
'./types'
7
8
export
function
useSessionIndexService(): SessionIndexAdapter {
9
return
getRegisteredAdapter<SessionIndexAdapter>(
'session-index'
)
10
}
Callers
5
generateIndexForSource
Function · 0.90
generateIndexForAllSources
Function · 0.90
importFileFromPath
Function · 0.90
importFilesFromPaths
Function · 0.90
mergeImportFiles
Function · 0.90
Calls
1
getRegisteredAdapter
Function · 0.90
Tested by
no test coverage detected