MCPcopy 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
122TrackNodePointer Track::GetNode() const
123{
124 return mNode;
125}
126
127void Track::SetOwner
128(const std::weak_ptr<TrackList> &list, TrackNodePointer node)

Callers 8

DoFindMethod · 0.80
PermuteMethod · 0.80
ReplaceOneMethod · 0.80
RemoveMethod · 0.80
GetNextMethod · 0.80
GetPrevMethod · 0.80
MoveUpMethod · 0.80
MoveDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected