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

Method PerformBackfill

roomserver/api/api_trace.go:235–243  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *PerformBackfillRequest,
	res *PerformBackfillResponse,
)

Source from the content-addressed store, hash-verified

233}
234
235func (t *RoomserverInternalAPITrace) PerformBackfill(
236 ctx context.Context,
237 req *PerformBackfillRequest,
238 res *PerformBackfillResponse,
239) error {
240 err := t.Impl.PerformBackfill(ctx, req, res)
241 util.GetLogger(ctx).WithError(err).Infof("PerformBackfill req=%+v res=%+v", js(req), js(res))
242 return err
243}
244
245func (t *RoomserverInternalAPITrace) PerformForget(
246 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformBackfillMethod · 0.65

Tested by

no test coverage detected