Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
void WindowManager::startHexViewIfOpen()
329
{
330
if (hexViewWindow_) {
331
hexViewWindow_->start();
332
}
333
}
334
335
void WindowManager::updateFrequentWindowViews()
336
{
Callers
1
updateStatus
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
no test coverage detected