MCPcopy Create free account
hub / github.com/daodst/chat / InsertRelationInvite

Method InsertRelationInvite

userapi/internal/api.go:894–896  ·  view source on GitHub ↗
(ctx context.Context, inviter string, invitee string, presentFee string)

Source from the content-addressed store, hash-verified

892}
893
894func (a *UserInternalAPI) InsertRelationInvite(ctx context.Context, inviter string, invitee string, presentFee string) (err error) {
895 return a.DB.InsertRelationInvite(ctx, inviter, invitee, presentFee)
896}
897
898func (a *UserInternalAPI) InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error) {
899 return a.DB.InsertChainData(ctx, localpart, servername, chatFee, mortgageFee)

Callers

nothing calls this directly

Calls 1

InsertRelationInviteMethod · 0.65

Tested by

no test coverage detected