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

Method SetState

libraries/lib-cloud-audiocom/sync/RemoteProjectSnapshot.cpp:766–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766void RemoteProjectSnapshot::SetState(State state)
767{
768 if (state != State::Downloading)
769 mEndTime = Clock::now();
770
771 mState.exchange(state);
772}
773
774void cloud::audiocom::sync::RemoteProjectSnapshot::CleanupOrphanBlocks()
775{

Callers 1

DoOnRuleTableSelectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected