MCPcopy Create free account
hub / github.com/VCVRack/Rack / onAction

Method onAction

src/app/MenuBar.cpp:774–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772 }
773
774 void onAction(const ActionEvent& e) override {
775 std::thread t([=] {
776 library::syncUpdates();
777 });
778 t.detach();
779 e.unconsume();
780 }
781};
782
783

Callers

nothing calls this directly

Calls 2

syncUpdatesFunction · 0.85
unconsumeMethod · 0.80

Tested by

no test coverage detected