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

Method QueryMissingEvents

roomserver/api/api_trace.go:215–223  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryMissingEventsRequest,
	res *QueryMissingEventsResponse,
)

Source from the content-addressed store, hash-verified

213}
214
215func (t *RoomserverInternalAPITrace) QueryMissingEvents(
216 ctx context.Context,
217 req *QueryMissingEventsRequest,
218 res *QueryMissingEventsResponse,
219) error {
220 err := t.Impl.QueryMissingEvents(ctx, req, res)
221 util.GetLogger(ctx).WithError(err).Infof("QueryMissingEvents req=%+v res=%+v", js(req), js(res))
222 return err
223}
224
225func (t *RoomserverInternalAPITrace) QueryStateAndAuthChain(
226 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryMissingEventsMethod · 0.65

Tested by

no test coverage detected