Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void Error::SetString(std::string description)
77
{
78
m_type = Type::User;
79
m_description = std::move(description);
80
}
81
82
void Error::SetStringView(std::string_view description)
83
{
Callers
7
GenericSchemaDocument
Method · 0.80
TypeHelper<ValueType, const typename ValueType::Ch*>
Class · 0.80
TypeHelper<ValueType, std::basic_string<typename ValueType::Ch> >
Class · 0.80
GenericPointer
Class · 0.80
toJson
Method · 0.80
save
Method · 0.80
CreateString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected