![]() |
Audacity 3.2.0
|
#include <BlockHasher.h>
Public Member Functions | |
| virtual | ~BlockHashCache ()=default |
| virtual bool | GetHash (int64_t blockId, std::string &hash) const =0 |
| virtual void | UpdateHash (int64_t blockId, const std::string &hash)=0 |
Definition at line 24 of file BlockHasher.h.
|
virtualdefault |
|
pure virtual |
Implemented in audacity::cloud::audiocom::sync::LocalProjectSnapshot::ProjectBlocksLock.
Referenced by audacity::cloud::audiocom::sync::BlockHasher::Workers::ComputeHash().
|
pure virtual |
Implemented in audacity::cloud::audiocom::sync::LocalProjectSnapshot::ProjectBlocksLock.
Referenced by audacity::cloud::audiocom::sync::BlockHasher::Workers::TakeResult().