MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / debugBasicGetPrgmName

Method debugBasicGetPrgmName

gui/qt/basicdebugger.cpp:407–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407QString MainWindow::debugBasicGetPrgmName() {
408 char name[10];
409 if (!debug_get_executing_basic_prgm(name)) {
410 return QString();
411 } else {
412 return QString(calc_var_name_to_utf8(reinterpret_cast<uint8_t*>(&name[1]), strlen(&name[1]), true));
413 }
414}
415
416MainWindow::debug_basic_status_t MainWindow::debugBasicUpdate(bool force) {
417 int index = 0;

Callers

nothing calls this directly

Calls 3

QStringClass · 0.85
calc_var_name_to_utf8Function · 0.85

Tested by

no test coverage detected