Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ PlatformStringToString
Function
PlatformStringToString
core/platform/winrt/WinRTUtils.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
std::string PlatformStringToString(const winrt::hstring& s) {
67
return ntcvt::from_chars(std::wstring_view(s.data(), s.size()));
68
}
69
70
winrt::hstring PlatformStringFromString(std::string_view s)
71
{
Callers
7
execute
Method · 0.85
getCurrentLanguageCode
Method · 0.85
getNativeWritableAbsolutePath
Method · 0.85
getAppPath
Method · 0.85
printIPAddresses
Function · 0.85
getDeviceIPAddresses
Function · 0.85
UIEditBoxImplWinrt
Method · 0.85
Calls
3
from_chars
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected