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

Method GetTopDock

src/toolbars/ToolManager.cpp:988–991  ·  view source on GitHub ↗

Return a pointer to the top dock

Source from the content-addressed store, hash-verified

986// Return a pointer to the top dock
987//
988ToolDock *ToolManager::GetTopDock()
989{
990 return mTopDock;
991}
992
993const ToolDock *ToolManager::GetTopDock() const
994{

Callers 2

InitProjectWindowFunction · 0.80
NextOrPrevFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected