Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ToWXString
Method
ToWXString
libraries/lib-sentry-reporting/AnonymizedMessage.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
wxString AnonymizedMessage::ToWXString() const noexcept
64
{
65
return audacity::ToWXString(mMessage);
66
}
67
68
const char* AnonymizedMessage::c_str() const noexcept
69
{
Callers
nothing calls this directly
Calls
1
ToWXString
Function · 0.85
Tested by
no test coverage detected