MCPcopy Index your code
hub / github.com/daodst/chat / testRoomserverAPI

Struct testRoomserverAPI

federationapi/routing/send_test.go:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type testRoomserverAPI struct {
56 api.RoomserverInternalAPITrace
57 inputRoomEvents []api.InputRoomEvent
58 queryStateAfterEvents func(*api.QueryStateAfterEventsRequest) api.QueryStateAfterEventsResponse
59 queryEventsByID func(req *api.QueryEventsByIDRequest) api.QueryEventsByIDResponse
60 queryLatestEventsAndState func(*api.QueryLatestEventsAndStateRequest) api.QueryLatestEventsAndStateResponse
61}
62
63func (t *testRoomserverAPI) InputRoomEvents(
64 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected