MCPcopy 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
66std::string PlatformStringToString(const winrt::hstring& s) {
67 return ntcvt::from_chars(std::wstring_view(s.data(), s.size()));
68}
69
70winrt::hstring PlatformStringFromString(std::string_view s)
71{

Callers 7

executeMethod · 0.85
getAppPathMethod · 0.85
printIPAddressesFunction · 0.85
getDeviceIPAddressesFunction · 0.85
UIEditBoxImplWinrtMethod · 0.85

Calls 3

from_charsFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected