MCPcopy 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
251wxString 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

UpdateUserDataMethod · 0.80

Calls 1

MakeAvatarPathFunction · 0.85

Tested by

no test coverage detected