MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / checkInit

Function checkInit

src/internal/authentication/authentication.go:451–457  ·  view source on GitHub ↗

Framework tools

()

Source from the content-addressed store, hash-verified

449// Framework tools
450
451func checkInit() (err error) {
452 if initAuthentication == false {
453 err = createError(000)
454 }
455
456 return
457}
458
459func saveDatabase(tmpMap interface{}) (err error) {
460

Callers 10

CreateDefaultUserFunction · 0.85
CreateNewUserFunction · 0.85
UserAuthenticationFunction · 0.85
GetUserIDFunction · 0.85
WriteUserDataFunction · 0.85
ReadUserDataFunction · 0.85
RemoveUserFunction · 0.85
ChangeCredentialsFunction · 0.85
GetAllUserDataFunction · 0.85

Calls 1

createErrorFunction · 0.85

Tested by

no test coverage detected