MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / updateMemoryText

Method updateMemoryText

Source/GUI/MemCopy/DlgCopy.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void DlgCopy::updateMemoryText()
158{
159 m_spnWatcherCopyOutput->setText(QString::fromStdString(charToHexString(
160 m_Data.data(), m_Data.size(),
161 static_cast<DlgCopy::ByteStringFormats>(m_cmbViewerBytesSeparator->currentIndex()))));
162}
163
164bool DlgCopy::isHexString(std::string_view str)
165{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected