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

Method QueryBulkStateContent

roomserver/api/api.go:53–53  ·  view source on GitHub ↗
(ctx context.Context, req *QueryBulkStateContentRequest, res *QueryBulkStateContentResponse)

Source from the content-addressed store, hash-verified

51// QueryBulkStateContent does a bulk query for state event content in the given rooms.
52type QueryBulkStateContentAPI interface {
53 QueryBulkStateContent(ctx context.Context, req *QueryBulkStateContentRequest, res *QueryBulkStateContentResponse) error
54}
55
56type QueryEventsAPI interface {

Callers 5

AddRoutesFunction · 0.65
PopulatePublicRoomsFunction · 0.65
QueryBulkStateContentMethod · 0.65
TrackChangedUsersFunction · 0.65
fillInRoomsFunction · 0.65

Implementers 5

Queryerroomserver/internal/query/query.go
httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go
syncRoomserverAPIsyncapi/syncapi_test.go
mockRoomserverAPIsyncapi/internal/keychange_test.go

Calls

no outgoing calls

Tested by

no test coverage detected