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

Method QueryProfile

userapi/api/api.go:85–85  ·  view source on GitHub ↗
(ctx context.Context, req *QueryProfileRequest, res *QueryProfileResponse)

Source from the content-addressed store, hash-verified

83 QueryNumericLocalpart(ctx context.Context, res *QueryNumericLocalpartResponse) error
84 QueryDevices(ctx context.Context, req *QueryDevicesRequest, res *QueryDevicesResponse) error
85 QueryProfile(ctx context.Context, req *QueryProfileRequest, res *QueryProfileResponse) error
86 QueryAccountData(ctx context.Context, req *QueryAccountDataRequest, res *QueryAccountDataResponse) error
87 QueryPushers(ctx context.Context, req *QueryPushersRequest, res *QueryPushersResponse) error
88 QueryPushRules(ctx context.Context, req *QueryPushRulesRequest, res *QueryPushRulesResponse) error

Callers 13

TestQueryProfileFunction · 0.65
AddRoutesFunction · 0.65
QueryProfileMethod · 0.65
queryIDServerStoreInviteFunction · 0.65
JoinRoomByIDOrAliasFunction · 0.65
SetAvatarURLFunction · 0.65
SetDisplayNameFunction · 0.65
AddTmpAuthInfoFunction · 0.65
RetrieveUserProfileFunction · 0.65
GetProfileFunction · 0.65

Implementers 3

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go

Calls

no outgoing calls

Tested by 1

TestQueryProfileFunction · 0.52