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

Method PerformBackfill

roomserver/api/api.go:95–95  ·  view source on GitHub ↗

Query a given amount (or less) of events prior to a given set of events.

(
		ctx context.Context,
		req *PerformBackfillRequest,
		res *PerformBackfillResponse,
	)

Source from the content-addressed store, hash-verified

93
94 // Query a given amount (or less) of events prior to a given set of events.
95 PerformBackfill(
96 ctx context.Context,
97 req *PerformBackfillRequest,
98 res *PerformBackfillResponse,

Callers 4

AddRoutesFunction · 0.65
PerformBackfillMethod · 0.65
backfillMethod · 0.65
BackfillFunction · 0.65

Implementers 2

httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected