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

Method QueryPublishedRooms

roomserver/api/api_trace.go:135–143  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryPublishedRoomsRequest,
	res *QueryPublishedRoomsResponse,
)

Source from the content-addressed store, hash-verified

133}
134
135func (t *RoomserverInternalAPITrace) QueryPublishedRooms(
136 ctx context.Context,
137 req *QueryPublishedRoomsRequest,
138 res *QueryPublishedRoomsResponse,
139) error {
140 err := t.Impl.QueryPublishedRooms(ctx, req, res)
141 util.GetLogger(ctx).WithError(err).Infof("QueryPublishedRooms req=%+v res=%+v", js(req), js(res))
142 return err
143}
144
145func (t *RoomserverInternalAPITrace) QueryLatestEventsAndState(
146 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryPublishedRoomsMethod · 0.65

Tested by

no test coverage detected