MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / DeleteAll

Method DeleteAll

src/render_panel/database/file_transfer_record_operator.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void FileTransferRecordOperator::DeleteAll() {
71 using Storage = decltype(db_->GetStorageTypeValue());
72 auto storage = std::any_cast<Storage>(db_->GetDbStorage());
73 storage.remove_all<FileTransferRecord>();
74 }
75
76 int FileTransferRecordOperator::GetTotalCounts() {
77 using Storage = decltype(db_->GetStorageTypeValue());

Callers

nothing calls this directly

Calls 2

GetStorageTypeValueMethod · 0.80
GetDbStorageMethod · 0.80

Tested by

no test coverage detected