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

Function MigrationFailure

src/tracks/ui/TimeShiftHandle.cpp:691–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689 }
690
691 [[noreturn]] void MigrationFailure() {
692 // Tracks may be in an inconsistent state; throw to the application
693 // handler which restores consistency from undo history
694 throw SimpleMessageBoxException{ ExceptionType::Internal,
695 XO("Could not shift between tracks")};
696 }
697
698 struct TemporaryClipRemover {
699 TemporaryClipRemover( ClipMoveState &clipMoveState )

Callers 2

ReinsertMethod · 0.85
ReleaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected