Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ UserState
Interface
UserState
src/store/user.ts:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
};
10
11
interface
UserState {
12
currentUser: User;
13
}
14
15
export
const
useUserStore = create<UserState>()(() => ({
16
currentUser: localUser,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected