MCPcopy Create free account
hub / github.com/LMMS/lmms / copy

Method copy

src/core/Track.cpp:183–186  ·  view source on GitHub ↗

! \brief Copy this TrackContentObject to the clipboard. * * Copies this track content object to the clipboard. */

Source from the content-addressed store, hash-verified

181 * Copies this track content object to the clipboard.
182 */
183void TrackContentObject::copy()
184{
185 Clipboard::copy( this );
186}
187
188
189

Callers 2

cutMethod · 0.45

Calls 1

copyFunction · 0.85

Tested by

no test coverage detected