MCPcopy 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

20namespace {
21
22uint64_t nextYogaKey() {
23 static uint64_t sKey = 0;
24 return ++sKey;
25}
26
27std::string parseSnapshotValue(const SerializableData& rawValue) {
28 if (!rawValue.isValid()) {

Callers 1

VirtualDOMNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected