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

Method QuerySearchProfiles

userapi/api/api.go:124–124  ·  view source on GitHub ↗
(ctx context.Context, req *QuerySearchProfilesRequest, res *QuerySearchProfilesResponse)

Source from the content-addressed store, hash-verified

122// custom api functions required by pinecone / p2p demos
123type QuerySearchProfilesAPI interface {
124 QuerySearchProfiles(ctx context.Context, req *QuerySearchProfilesRequest, res *QuerySearchProfilesResponse) error
125}
126
127// common function for creating authenticated endpoints (used in client/media/sync api)

Callers 4

AddRoutesFunction · 0.65
QuerySearchProfilesMethod · 0.65
SearchUserDirectoryFunction · 0.65
FederatedUserProfilesMethod · 0.65

Implementers 4

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go
PineconeUserProvidercmd/dendrite-demo-pinecone/users/users

Calls

no outgoing calls

Tested by

no test coverage detected