MCPcopy
hub / github.com/writefreely/writefreely / GetUserByID

Method GetUserByID

database.go:63–63  ·  view source on GitHub ↗
(int64)

Source from the content-addressed store, hash-verified

61 UpdateUserEmail(keys *key.Keychain, userID int64, email string) error
62 UpdateEncryptedUserEmail(int64, []byte) error
63 GetUserByID(int64) (*User, error)
64 GetUserForAuth(string) (*User, error)
65 GetUserForAuthByID(int64) (*User, error)
66 GetUserNameFromToken(string) (string, error)

Callers 14

viewCollectionPostFunction · 0.65
viewLogoutFunction · 0.65
loginFunction · 0.65
viewExportPostsFunction · 0.65
viewSettingsFunction · 0.65
fetchCollectionFunction · 0.65
handleViewCollectionFunction · 0.65
handleViewCollectionTagFunction · 0.65
handleViewCollectionLangFunction · 0.65
ViewFeedFunction · 0.65
getFullUserSessionFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected