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

Method QueryServerJoinedToRoom

roomserver/api/api_trace.go:195–203  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryServerJoinedToRoomRequest,
	res *QueryServerJoinedToRoomResponse,
)

Source from the content-addressed store, hash-verified

193}
194
195func (t *RoomserverInternalAPITrace) QueryServerJoinedToRoom(
196 ctx context.Context,
197 req *QueryServerJoinedToRoomRequest,
198 res *QueryServerJoinedToRoomResponse,
199) error {
200 err := t.Impl.QueryServerJoinedToRoom(ctx, req, res)
201 util.GetLogger(ctx).WithError(err).Infof("QueryServerJoinedToRoom req=%+v res=%+v", js(req), js(res))
202 return err
203}
204
205func (t *RoomserverInternalAPITrace) QueryServerAllowedToSeeEvent(
206 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected