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

Method PerformInvite

roomserver/api/api_trace.go:43–50  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *PerformInviteRequest,
	res *PerformInviteResponse,
)

Source from the content-addressed store, hash-verified

41}
42
43func (t *RoomserverInternalAPITrace) PerformInvite(
44 ctx context.Context,
45 req *PerformInviteRequest,
46 res *PerformInviteResponse,
47) error {
48 util.GetLogger(ctx).Infof("PerformInvite req=%+v res=%+v", js(req), js(res))
49 return t.Impl.PerformInvite(ctx, req, res)
50}
51
52func (t *RoomserverInternalAPITrace) PerformPeek(
53 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformInviteMethod · 0.65

Tested by

no test coverage detected