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

Method QueryStateAfterEvents

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

Query the state after a list of events in a room from the room server.

(
		ctx context.Context,
		req *QueryStateAfterEventsRequest,
		res *QueryStateAfterEventsResponse,
	)

Source from the content-addressed store, hash-verified

86
87 // Query the state after a list of events in a room from the room server.
88 QueryStateAfterEvents(
89 ctx context.Context,
90 req *QueryStateAfterEventsRequest,
91 res *QueryStateAfterEventsResponse,

Callers 7

processStateBeforeMethod · 0.65
AddRoutesFunction · 0.65
QueryStateAfterEventsMethod · 0.65
GetEventFunction · 0.65
OnIncomingStateRequestFunction · 0.65
filterHistoryVisibleMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected