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

Method InsertRelationInvite

userapi/api/api_trace.go:32–34  ·  view source on GitHub ↗
(ctx context.Context, inviter string, invitee string, presentFee string)

Source from the content-addressed store, hash-verified

30}
31
32func (t *UserInternalAPITrace) InsertRelationInvite(ctx context.Context, inviter string, invitee string, presentFee string) (err error) {
33 return t.Impl.InsertRelationInvite(ctx, inviter, invitee, presentFee)
34}
35
36func (t *UserInternalAPITrace) SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) {
37 return t.Impl.SetMortgageFee(ctx, localpart, mortgageFee)

Callers

nothing calls this directly

Calls 1

InsertRelationInviteMethod · 0.65

Tested by

no test coverage detected