MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / SetString

Method SetString

common/Error.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Error::SetString(std::string description)
77{
78 m_type = Type::User;
79 m_description = std::move(description);
80}
81
82void Error::SetStringView(std::string_view description)
83{

Calls

no outgoing calls

Tested by

no test coverage detected