Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ToString
Function
ToString
TombEngine/Specific/trutils.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
std::string ToString(const std::wstring& wString)
100
{
101
return ToString(wString.c_str());
102
}
103
104
std::string ToString(const wchar_t* wString)
105
{
Callers
7
GetDefaultAdapterName
Method · 0.85
InitializeCommonTextures
Method · 0.85
CollectAdapterInfo
Method · 0.85
LoadOrCompile
Method · 0.85
ArgEquals
Function · 0.85
WinMain
Function · 0.85
ToString
Method · 0.85
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected