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

Method List

internal/database/login_source_files.go:30–30  ·  view source on GitHub ↗

List returns a list of login sources filtered by options.

(opts ListLoginSourceOptions)

Source from the content-addressed store, hash-verified

28 Len() int
29 // List returns a list of login sources filtered by options.
30 List(opts ListLoginSourceOptions) []*LoginSource
31 // Update updates in-memory copy of the authentication source.
32 Update(source *LoginSource)
33}

Callers 15

ListMethod · 0.65
ResetNonDefaultMethod · 0.65
loginSourcesListFunction · 0.65
noticesDeleteByIDsFunction · 0.65
noticesListFunction · 0.65
accessTokensListFunction · 0.65
usersDeleteInactivatedFunction · 0.65
usersListFunction · 0.65
orgsListFunction · 0.65
LoginFunction · 0.65
LoginPostFunction · 0.65
getDashboardContextUserFunction · 0.65

Implementers 2

MockLoginSourceFilesStoreinternal/database/mocks_test.go
loginSourceFilesinternal/database/login_source_files.g

Calls

no outgoing calls

Tested by 7

loginSourcesListFunction · 0.52
noticesDeleteByIDsFunction · 0.52
noticesListFunction · 0.52
accessTokensListFunction · 0.52
usersDeleteInactivatedFunction · 0.52
usersListFunction · 0.52
orgsListFunction · 0.52