Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetAvatarPath
Method
GetAvatarPath
libraries/lib-cloud-audiocom/UserService.cpp:251–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
wxString UserService::GetAvatarPath() const
252
{
253
auto path = MakeAvatarPath();
254
255
if (!wxFileExists(path))
256
return {};
257
258
return path;
259
}
260
261
} // namespace audacity::cloud::audiocom
Callers
1
UpdateUserData
Method · 0.80
Calls
1
MakeAvatarPath
Function · 0.85
Tested by
no test coverage detected