MCPcopy
hub / github.com/benbjohnson/wtf / FindUsers

Method FindUsers

user.go:58–58  ·  view source on GitHub ↗

Retrieves a list of users by filter. Also returns total count of matching users which may differ from returned results if filter.Limit is specified.

(ctx context.Context, filter UserFilter)

Source from the content-addressed store, hash-verified

56 // Retrieves a list of users by filter. Also returns total count of matching
57 // users which may differ from returned results if filter.Limit is specified.
58 FindUsers(ctx context.Context, filter UserFilter) ([]*User, int, error)
59
60 // Creates a new user. This is only used for testing since users are typically
61 // created during the OAuth creation process in AuthService.CreateAuth().

Callers 1

authenticateMethod · 0.65

Implementers 2

UserServicemock/user.go
UserServicesqlite/user.go

Calls

no outgoing calls

Tested by

no test coverage detected