MCPcopy 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
39export function setUserData(data) {
40 localStorage.setItem('user', JSON.stringify(data));
41}

Callers 7

sendCodeFunction · 0.90
onTelegramLoginClickedFunction · 0.90
handleSubmitFunction · 0.90
onTelegramLoginClickedFunction · 0.90
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected