Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ store.ts
File
store.ts
web/lib/store.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ create } from
"zustand"
;
2
import
{ persist } from
"zustand/middleware"
;
3
import
{ nanoid } from
"nanoid"
;
4
import
type
{ Conversation, Message, AppSettings, ConversationTag } from
"./types"
;
Callers
nothing calls this directly
Calls
4
set
Function · 0.85
create
Function · 0.50
get
Function · 0.50
has
Method · 0.45
Tested by
no test coverage detected