MCPcopy 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
63wxString AnonymizedMessage::ToWXString() const noexcept
64{
65 return audacity::ToWXString(mMessage);
66}
67
68const char* AnonymizedMessage::c_str() const noexcept
69{

Callers

nothing calls this directly

Calls 1

ToWXStringFunction · 0.85

Tested by

no test coverage detected