MCPcopy Index your code
hub / github.com/apache/devlake / findAllUsers

Method findAllUsers

backend/plugins/org/api/store.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29type store interface {
30 findAllUsers() ([]user, errors.Error)
31 findAllTeams() ([]team, errors.Error)
32 findAllAccounts() ([]account, errors.Error)
33 findAllUserAccounts() ([]userAccount, errors.Error)

Callers 1

GetUserMethod · 0.65

Implementers 1

dbStorebackend/plugins/org/api/store.go

Calls

no outgoing calls

Tested by

no test coverage detected