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

Method LastCell

src/CellularPanel.cpp:1230–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228}
1229
1230std::shared_ptr<TrackPanelCell> CellularPanel::LastCell() const
1231{
1232 auto &state = *mState;
1233 return state.mLastCell.lock();
1234}
1235
1236void CellularPanel::Draw( TrackPanelDrawingContext &context, unsigned nPasses )
1237{

Callers 1

UpdateMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected