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

Method PerformInboundPeek

roomserver/api/api.go:186–186  ·  view source on GitHub ↗
(ctx context.Context, req *PerformInboundPeekRequest, res *PerformInboundPeekResponse)

Source from the content-addressed store, hash-verified

184 QueryRoomsForUser(ctx context.Context, req *QueryRoomsForUserRequest, res *QueryRoomsForUserResponse) error
185 QueryRestrictedJoinAllowed(ctx context.Context, req *QueryRestrictedJoinAllowedRequest, res *QueryRestrictedJoinAllowedResponse) error
186 PerformInboundPeek(ctx context.Context, req *PerformInboundPeekRequest, res *PerformInboundPeekResponse) error
187 PerformInvite(ctx context.Context, req *PerformInviteRequest, res *PerformInviteResponse) error
188 // Query a given amount (or less) of events prior to a given set of events.
189 PerformBackfill(ctx context.Context, req *PerformBackfillRequest, res *PerformBackfillResponse) error

Callers 3

AddRoutesFunction · 0.65
PerformInboundPeekMethod · 0.65
PeekFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected