Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ CreateString
Method
CreateString
common/Error.cpp:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
Error Error::CreateString(std::string description)
229
{
230
Error ret;
231
ret.SetString(std::move(description));
232
return ret;
233
}
234
235
#ifdef _WIN32
236
Error Error::CreateWin32(unsigned long err)
Callers
nothing calls this directly
Calls
1
SetString
Method · 0.80
Tested by
no test coverage detected