MCPcopy Create free account
hub / github.com/audacity/audacity / GetUserSlug

Method GetUserSlug

libraries/lib-cloud-audiocom/UserService.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246wxString UserService::GetUserSlug() const
247{
248 return userName.Read();
249}
250
251wxString UserService::GetAvatarPath() const
252{

Callers 3

HandleCloudLoginMethod · 0.80
OnCloudStatusChangedMethod · 0.80
UpdateUserDataMethod · 0.80

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected