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

Method InputRoomEvents

roomserver/api/api_trace.go:34–41  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *InputRoomEventsRequest,
	res *InputRoomEventsResponse,
)

Source from the content-addressed store, hash-verified

32}
33
34func (t *RoomserverInternalAPITrace) InputRoomEvents(
35 ctx context.Context,
36 req *InputRoomEventsRequest,
37 res *InputRoomEventsResponse,
38) {
39 t.Impl.InputRoomEvents(ctx, req, res)
40 util.GetLogger(ctx).Infof("InputRoomEvents req=%+v res=%+v", js(req), js(res))
41}
42
43func (t *RoomserverInternalAPITrace) PerformInvite(
44 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
InputRoomEventsMethod · 0.65

Tested by

no test coverage detected