MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / OnBrowserDiscardButton

Method OnBrowserDiscardButton

src/gui/browserpanel.cc:660–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658 }
659
660 void OnBrowserDiscardButton(wxCommandEvent&) override
661 {
662 QueueJob(
663 [this]()
664 {
665 _filesystem->discardChanges();
666
667 runOnUiThread(
668 [&]()
669 {
670 RepopulateBrowser();
671 });
672 });
673 }
674
675 void OnBrowserSelectionChanged(wxDataViewEvent& event) override
676 {

Callers

nothing calls this directly

Calls 2

runOnUiThreadFunction · 0.70
discardChangesMethod · 0.45

Tested by

no test coverage detected