Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/streetwriters/notesnook
/ getUser
Method
getUser
packages/core/src/api/user-manager.ts:284–286 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
282
}
283
284
getUser() {
285
return
this.db.kv().read(
"user"
);
286
}
287
288
/**
289
* @deprecated
Callers
15
init
Method · 0.95
updateUser
Method · 0.95
deleteUser
Method · 0.95
fetchUser
Method · 0.95
getMasterKey
Method · 0.95
hasInboxKeys
Method · 0.95
discardInboxKeys
Method · 0.95
changeEmail
Method · 0.95
verifyPassword
Method · 0.95
_updatePassword
Method · 0.95
usesFallbackPWHash
Method · 0.95
user-manager.test.js
File · 0.80
Calls
1
read
Method · 0.65
Tested by
no test coverage detected