MCPcopy Create free account
hub / github.com/Artikash/Textractor / ViewThread

Function ViewThread

GUI/mainwindow.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void ViewThread(int index)
167 {
168 ui.ttCombo->setCurrentIndex(index);
169 ui.textOutput->setPlainText(sanitize(S((current = &Host::GetThread(ParseTextThreadString(ui.ttCombo->itemText(index))))->storage->c_str())));
170 ui.textOutput->moveCursor(QTextCursor::End);
171 }
172
173 void AttachProcess()
174 {

Callers 3

FindHooksFunction · 0.85
ThreadAddedFunction · 0.85
ThreadRemovedFunction · 0.85

Calls 4

sanitizeFunction · 0.85
SFunction · 0.85
GetThreadFunction · 0.85
ParseTextThreadStringFunction · 0.85

Tested by

no test coverage detected