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

Method QueryMembershipsForRoom

roomserver/api/api_trace.go:185–193  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryMembershipsForRoomRequest,
	res *QueryMembershipsForRoomResponse,
)

Source from the content-addressed store, hash-verified

183}
184
185func (t *RoomserverInternalAPITrace) QueryMembershipsForRoom(
186 ctx context.Context,
187 req *QueryMembershipsForRoomRequest,
188 res *QueryMembershipsForRoomResponse,
189) error {
190 err := t.Impl.QueryMembershipsForRoom(ctx, req, res)
191 util.GetLogger(ctx).WithError(err).Infof("QueryMembershipsForRoom req=%+v res=%+v", js(req), js(res))
192 return err
193}
194
195func (t *RoomserverInternalAPITrace) QueryServerJoinedToRoom(
196 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected