Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlchat/sqlchat
/ conversation.ts
File
conversation.ts
src/store/conversation.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
dayjs from
"dayjs"
;
2
import
{ create } from
"zustand"
;
3
import
{ persist } from
"zustand/middleware"
;
4
import
{ Conversation, Id } from
"@/types"
;
Callers
nothing calls this directly
Calls
1
getDefaultConversation
Function · 0.85
Tested by
no test coverage detected