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

Method IsSyncLocked

libraries/lib-track-selection/SyncLock.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool SyncLockState::IsSyncLocked() const
45{
46 return mIsSyncLocked;
47}
48
49void SyncLockState::SetSyncLock(bool flag)
50{

Callers 12

IsSyncLockSelectedMethod · 0.80
ProcessIndependentlyMethod · 0.80
DoListSelectionFunction · 0.80
SetRateMethod · 0.80
SelectAtMethod · 0.80
ReleaseMethod · 0.80
ClickMethod · 0.80
ClickMethod · 0.80
DoClipLeftOrRightFunction · 0.80
GetTracksToEditByLabelFunction · 0.80
OnPasteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected