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

Method DeleteStream

src/render_panel/database/stream_db_operator.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void StreamDBOperator::DeleteStream(int id) {
180 using Storage = decltype(db_->GetStorageTypeValue());
181 auto storage = std::any_cast<Storage>(db_->GetDbStorage());
182 storage.remove<spvr::SpvrStream>(id);
183 }
184
185 void StreamDBOperator::Clear() {
186 using Storage = decltype(db_->GetStorageTypeValue());

Callers

nothing calls this directly

Calls 2

GetStorageTypeValueMethod · 0.80
GetDbStorageMethod · 0.80

Tested by

no test coverage detected