Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ useDataService
Function
useDataService
src/services/data/service.ts:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
import
type
{ DataAdapter } from
'./types'
10
11
export
function
useDataService(): DataAdapter {
12
return
getRegisteredAdapter<DataAdapter>(
'data'
)
13
}
Callers
11
ensureOwnerInfo
Function · 0.90
resolveMentionedMembersFromContent
Function · 0.90
loadSessions
Function · 0.90
deleteSession
Function · 0.90
renameSession
Function · 0.90
updateSessionOwnerId
Function · 0.90
setOwnerAndApplyProfile
Function · 0.90
tryApplyOwnerProfile
Function · 0.90
dismissOwnerPrompt
Function · 0.90
loadBaseData
Function · 0.90
loadAnalysisData
Function · 0.90
Calls
1
getRegisteredAdapter
Function · 0.90
Tested by
no test coverage detected