MCPcopy Create free account
hub / github.com/clementgallet/libTAS / getRamWatch

Method getRamWatch

src/program/ui/WindowManager.cpp:398–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void WindowManager::getRamWatch(std::string &watch) const
399{
400 if (ramWatchWindow_) {
401 ramWatchWindow_->ramWatchView->slotGet(watch);
402 }
403 else {
404 watch.clear();
405 }
406}
407
408void WindowManager::getMarkerText(std::string &text) const
409{

Callers 1

slotFetchRamWatchMethod · 0.80

Calls 2

slotGetMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected