Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ AddPrefix
Method
AddPrefix
common/Error.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
#endif
251
252
void Error::AddPrefix(std::string_view prefix)
253
{
254
m_description.insert(0, prefix);
255
}
256
257
void Error::AddSuffix(std::string_view suffix)
258
{
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected