MCPcopy Create free account
hub / github.com/Soundux/Soundux / removeTab

Method removeTab

src/ui/ui.cpp:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 return std::nullopt;
471 }
472 std::vector<Tab> Window::removeTab(const std::uint32_t &id)
473 {
474 Globals::gData.removeTabById(id);
475 return Globals::gData.getTabs();
476 }
477 bool Window::stopSound(const std::uint32_t &id)
478 {
479 std::optional<std::uint32_t> remoteSoundId;

Callers

nothing calls this directly

Calls 2

removeTabByIdMethod · 0.80
getTabsMethod · 0.80

Tested by

no test coverage detected