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

Method OnBrowserCommitButton

src/gui/browserpanel.cc:650–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 }
649
650 void OnBrowserCommitButton(wxCommandEvent&) override
651 {
652 QueueJob(
653 [this]()
654 {
655 _filesystem->flushChanges();
656 UpdateFilesystemData();
657 });
658 }
659
660 void OnBrowserDiscardButton(wxCommandEvent&) override
661 {

Callers

nothing calls this directly

Calls 1

flushChangesMethod · 0.45

Tested by

no test coverage detected