MCPcopy 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
252void Error::AddPrefix(std::string_view prefix)
253{
254 m_description.insert(0, prefix);
255}
256
257void Error::AddSuffix(std::string_view suffix)
258{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected