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

Method PerformJoin

roomserver/api/api_trace.go:79–86  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *PerformJoinRequest,
	res *PerformJoinResponse,
)

Source from the content-addressed store, hash-verified

77}
78
79func (t *RoomserverInternalAPITrace) PerformJoin(
80 ctx context.Context,
81 req *PerformJoinRequest,
82 res *PerformJoinResponse,
83) {
84 t.Impl.PerformJoin(ctx, req, res)
85 util.GetLogger(ctx).Infof("PerformJoin req=%+v res=%+v", js(req), js(res))
86}
87
88func (t *RoomserverInternalAPITrace) PerformLeave(
89 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformJoinMethod · 0.65

Tested by

no test coverage detected