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

Method Clear

src/render_panel/database/stream_db_operator.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 void StreamDBOperator::Clear() {
186 using Storage = decltype(db_->GetStorageTypeValue());
187 auto storage = std::any_cast<Storage>(db_->GetDbStorage());
188 storage.remove_all<spvr::SpvrStream>();
189 }
190
191 std::string StreamDBOperator::GenUUID() {
192 QUuid id = QUuid::createUuid();

Callers

nothing calls this directly

Calls 2

GetStorageTypeValueMethod · 0.80
GetDbStorageMethod · 0.80

Tested by

no test coverage detected