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

Method GetUserInvites

database.go:129–129  ·  view source on GitHub ↗
(userID int64)

Source from the content-addressed store, hash-verified

127 GetAPActorKeys(collectionID int64) ([]byte, []byte)
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

Callers 1

handleViewUserInvitesFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected