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

Method GetUsersInvitedCount

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

Source from the content-addressed store, hash-verified

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
134 GetDynamicContent(id string) (*instanceContent, error)

Callers 3

ActiveMethod · 0.65
handleViewUserInvitesFunction · 0.65
handleViewInviteFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected