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

Method UserIDExists

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

Check whether a user ID exists within any application service namespaces

(
		ctx context.Context,
		req *UserIDExistsRequest,
		resp *UserIDExistsResponse,
	)

Source from the content-addressed store, hash-verified

37 ) error
38 // Check whether a user ID exists within any application service namespaces
39 UserIDExists(
40 ctx context.Context,
41 req *UserIDExistsRequest,
42 resp *UserIDExistsResponse,

Callers 2

AddRoutesFunction · 0.65
RetrieveUserProfileFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected