Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetTimeDisplayMode
Function
GetTimeDisplayMode
src/menus/TimelineMenus.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
TimeDisplayMode GetTimeDisplayMode(const AudacityProject& project)
41
{
42
auto& panel = AdornedRulerPanel::Get(project);
43
return panel.GetTimeDisplayMode();
44
}
45
46
using namespace MenuRegistry;
47
Callers
1
ExtraSelectionMenu
Function · 0.85
Calls
2
Get
Function · 0.85
GetTimeDisplayMode
Method · 0.80
Tested by
no test coverage detected