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

Method startHexViewIfOpen

src/program/ui/WindowManager.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void WindowManager::startHexViewIfOpen()
329{
330 if (hexViewWindow_) {
331 hexViewWindow_->start();
332 }
333}
334
335void WindowManager::updateFrequentWindowViews()
336{

Callers 1

updateStatusMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected