Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariccio/altWinDirStat
/ ToWString
Function
ToWString
Reference code/osImageTool/stringutils.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
return str;
29
}
30
wstring ToWString(WCHAR* wbuf)
31
{
32
return wstring(wbuf);
33
}
34
string ToString(char* buf)
35
{
36
return string(buf);
Callers
1
CeCopyFileToDevice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected