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

Method RoomAliasExists

appservice/api/query.go:33–33  ·  view source on GitHub ↗

Check whether a room alias exists within any application service namespaces

(
		ctx context.Context,
		req *RoomAliasExistsRequest,
		resp *RoomAliasExistsResponse,
	)

Source from the content-addressed store, hash-verified

31type AppServiceInternalAPI interface {
32 // Check whether a room alias exists within any application service namespaces
33 RoomAliasExists(
34 ctx context.Context,
35 req *RoomAliasExistsRequest,
36 resp *RoomAliasExistsResponse,

Callers 2

GetRoomIDForAliasMethod · 0.65
AddRoutesFunction · 0.65

Implementers 2

AppServiceQueryAPIappservice/query/query.go
httpAppServiceQueryAPIappservice/inthttp/client.go

Calls

no outgoing calls

Tested by

no test coverage detected