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

Function MakeAvatarPath

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

Source from the content-addressed store, hash-verified

38namespace
39{
40wxString MakeAvatarPath()
41{
42 const wxFileName avatarFileName(FileNames::ConfigDir(), "avatar");
43 return avatarFileName.GetFullPath();
44}
45
46StringSetting userId { L"/cloud/audiocom/userId", "" };
47StringSetting userName { L"/cloud/audiocom/userName", "" };

Callers 2

DownloadAvatarMethod · 0.85
GetAvatarPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected