Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ setUserData
Function
setUserData
web/src/helpers/data.js:39–41 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
37
}
38
39
export
function
setUserData(data) {
40
localStorage.setItem(
'user'
, JSON.stringify(data));
41
}
Callers
7
sendCode
Function · 0.90
onSubmitWeChatVerificationCode
Function · 0.90
onTelegramLoginClicked
Function · 0.90
onSubmitWeChatVerificationCode
Function · 0.90
handleSubmit
Function · 0.90
onTelegramLoginClicked
Function · 0.90
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected