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

Method onAction

src/app/MenuBar.cpp:860–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 }
859
860 void onAction(const ActionEvent& e) override {
861 std::thread t([=] {
862 library::syncUpdate(slug);
863 });
864 t.detach();
865 e.unconsume();
866 }
867};
868
869

Callers

nothing calls this directly

Calls 2

syncUpdateFunction · 0.85
unconsumeMethod · 0.80

Tested by

no test coverage detected