MCPcopy Create free account
hub / github.com/FastLED/FastLED / removeComponent

Method removeComponent

src/platforms/shared/ui/json/ui_manager.cpp.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void JsonUiManager::removeComponent(fl::weak_ptr<JsonUiInternal> component) FL_NOEXCEPT {
55 fl::unique_lock<fl::mutex> lock(mMutex);
56 mComponents.erase(component);
57}
58
59void JsonUiManager::processPendingUpdates() FL_NOEXCEPT {
60 // Force immediate processing of pending updates (for testing)

Callers 1

removeJsonUiComponentFunction · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected