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

Method QueryStateAfterEvents

roomserver/api/api_trace.go:155–163  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryStateAfterEventsRequest,
	res *QueryStateAfterEventsResponse,
)

Source from the content-addressed store, hash-verified

153}
154
155func (t *RoomserverInternalAPITrace) QueryStateAfterEvents(
156 ctx context.Context,
157 req *QueryStateAfterEventsRequest,
158 res *QueryStateAfterEventsResponse,
159) error {
160 err := t.Impl.QueryStateAfterEvents(ctx, req, res)
161 util.GetLogger(ctx).WithError(err).Infof("QueryStateAfterEvents req=%+v res=%+v", js(req), js(res))
162 return err
163}
164
165func (t *RoomserverInternalAPITrace) QueryEventsByID(
166 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryStateAfterEventsMethod · 0.65

Tested by

no test coverage detected