Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ nextId
Method
nextId
src/platforms/shared/ui/json/ui_internal.cpp.hpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
int JsonUiInternal::nextId() FL_NOEXCEPT {
44
static fl::atomic<u32> sNextId(0);
45
return sNextId.fetch_add(1);
46
}
47
48
} // namespace fl
Callers
nothing calls this directly
Calls
1
fetch_add
Method · 0.45
Tested by
no test coverage detected