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

Method CreateUserInvite

database.go:128–128  ·  view source on GitHub ↗
(id string, userID int64, maxUses int, expires *time.Time)

Source from the content-addressed store, hash-verified

126 GetAPFollowers(c *Collection) (*[]RemoteUser, error)
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

Callers 1

handleCreateUserInviteFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected