Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetNode
Method
GetNode
libraries/lib-track/Track.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
122
TrackNodePointer Track::GetNode() const
123
{
124
return mNode;
125
}
126
127
void Track::SetOwner
128
(const std::weak_ptr<TrackList> &list, TrackNodePointer node)
Callers
8
DoFind
Method · 0.80
Permute
Method · 0.80
ReplaceOne
Method · 0.80
Remove
Method · 0.80
GetNext
Method · 0.80
GetPrev
Method · 0.80
MoveUp
Method · 0.80
MoveDown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected