MCPcopy Index your code
hub / github.com/writefreely/writefreely / GetUserInvite

Method GetUserInvite

database.go:130–130  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

128 CreateUserInvite(id string, userID int64, maxUses int, expires *time.Time) error
129 GetUserInvites(userID int64) (*[]Invite, error)
130 GetUserInvite(id string) (*Invite, error)
131 GetUsersInvitedCount(id string) int64
132 CreateInvitedUser(inviteID string, userID int64) error
133

Callers 2

viewOauthCallbackMethod · 0.65
handleViewInviteFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected