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

Function ToWXString

libraries/lib-string-utils/CodeConversions.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55wxString ToWXString (const std::string& str)
56{
57 return wxString::FromUTF8 (str);
58}
59
60STRING_UTILS_API wxString ToWXString(std::string_view str)
61{

Callers 15

UpdateUserDataMethod · 0.85
GetProjectStateMethod · 0.85
SyncCloudSnapshotMethod · 0.85
DownloadAudioMethod · 0.85
ExportProjectMethod · 0.85
PerformHousekeepingMethod · 0.85
UploadMethod · 0.85
ToWXStringMethod · 0.85
ToLowerFunction · 0.85
ToUpperFunction · 0.85
ImportMethod · 0.85

Calls 4

wxStringClass · 0.50
dataMethod · 0.45
lengthMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected