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

Method view

common/SmallString.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117std::string_view SmallStringBase::view() const
118{
119 return (m_length == 0) ? std::string_view() : std::string_view(m_buffer, m_length);
120}
121
122SmallStringBase& SmallStringBase::operator=(SmallStringBase&& move)
123{

Callers 15

parentForIndicatorWindowFunction · 0.80
updatePositionsMethod · 0.80
dockWidgetFromNameMethod · 0.80
freezeMethod · 0.80
thawMethod · 0.80
widgetsFromTabIndexMethod · 0.80
updateThemeMethod · 0.80
setLayoutLockedMethod · 0.80
InitializeProcessorListFunction · 0.80
PrettifyInputBindingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected