Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
type
store
interface
{
30
findAllUsers() ([]user, errors.Error)
31
findAllTeams() ([]team, errors.Error)
32
findAllAccounts() ([]account, errors.Error)
33
findAllUserAccounts() ([]userAccount, errors.Error)
Callers
1
GetUser
Method · 0.65
Implementers
1
dbStore
backend/plugins/org/api/store.go
Calls
no outgoing calls
Tested by
no test coverage detected