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

Method QueryEventsByID

roomserver/api/api_trace.go:165–173  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryEventsByIDRequest,
	res *QueryEventsByIDResponse,
)

Source from the content-addressed store, hash-verified

163}
164
165func (t *RoomserverInternalAPITrace) QueryEventsByID(
166 ctx context.Context,
167 req *QueryEventsByIDRequest,
168 res *QueryEventsByIDResponse,
169) error {
170 err := t.Impl.QueryEventsByID(ctx, req, res)
171 util.GetLogger(ctx).WithError(err).Infof("QueryEventsByID req=%+v res=%+v", js(req), js(res))
172 return err
173}
174
175func (t *RoomserverInternalAPITrace) QueryMembershipForUser(
176 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryEventsByIDMethod · 0.65

Tested by

no test coverage detected