MCPcopy Create free account
hub / github.com/audacity/audacity / Find

Method Find

src/toolbars/ControlToolBar.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152ControlToolBar *ControlToolBar::Find( AudacityProject &project )
153{
154 auto &toolManager = ToolManager::Get( project );
155 return static_cast<ControlToolBar*>(
156 toolManager.GetToolBar(ID()));
157}
158
159ControlToolBar &ControlToolBar::Get( AudacityProject &project )
160{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
GetToolBarMethod · 0.80

Tested by

no test coverage detected