Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ PeekFocus
Method
PeekFocus
libraries/lib-track-selection/TrackFocus.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
std::shared_ptr<Track> TrackFocus::PeekFocus() const
63
{
64
return mFocusedTrack.lock();
65
}
66
67
// Changes focus to a specified track
68
std::shared_ptr<Track> TrackFocus::SetFocus(
Callers
3
BeginChangeFocus
Method · 0.80
GetState
Method · 0.80
GetFocus
Method · 0.80
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected