MCPcopy 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
228Error Error::CreateString(std::string description)
229{
230 Error ret;
231 ret.SetString(std::move(description));
232 return ret;
233}
234
235#ifdef _WIN32
236Error Error::CreateWin32(unsigned long err)

Callers

nothing calls this directly

Calls 1

SetStringMethod · 0.80

Tested by

no test coverage detected