Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
wxString ToWXString (const std::string& str)
56
{
57
return wxString::FromUTF8 (str);
58
}
59
60
STRING_UTILS_API wxString ToWXString(std::string_view str)
61
{
Callers
15
UpdateUserData
Method · 0.85
GetProjectState
Method · 0.85
SyncCloudSnapshot
Method · 0.85
DownloadAudio
Method · 0.85
ExportProject
Method · 0.85
PerformHousekeeping
Method · 0.85
Upload
Method · 0.85
ToWXString
Method · 0.85
FileRequestPayloadStream
Method · 0.85
ToLower
Function · 0.85
ToUpper
Function · 0.85
Import
Method · 0.85
Calls
4
wxString
Class · 0.50
data
Method · 0.45
length
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected