MCPcopy Create free account
hub / github.com/gogs/gogs / LoginSources

Method LoginSources

internal/database/database.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157var loadedLoginSourceFilesStore loginSourceFilesStore
158
159func (db *DB) LoginSources() *LoginSourcesStore {
160 return newLoginSourcesStore(db.db, loadedLoginSourceFilesStore)
161}
162
163func (db *DB) Notices() *NoticesStore {
164 return newNoticesStore(db.db)

Callers 12

GetStatisticFunction · 0.80
LoginFunction · 0.80
LoginPostFunction · 0.80
parseLoginSourceFunction · 0.80
NewUserFunction · 0.80
NewUserPostFunction · 0.80
prepareUserInfoFunction · 0.80
AuthenticationsFunction · 0.80
NewAuthSourcePostFunction · 0.80
EditAuthSourceFunction · 0.80
EditAuthSourcePostFunction · 0.80
DeleteAuthSourceFunction · 0.80

Calls 1

newLoginSourcesStoreFunction · 0.85

Tested by

no test coverage detected