Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ nextYogaKey
Function
nextYogaKey
core/src/surface/virtual_dom/agenui_virtual_dom_node.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
namespace {
21
22
uint64_t nextYogaKey() {
23
static uint64_t sKey = 0;
24
return ++sKey;
25
}
26
27
std::string parseSnapshotValue(const SerializableData& rawValue) {
28
if (!rawValue.isValid()) {
Callers
1
VirtualDOMNode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected