MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getSnapDrawingRoot

Function getSnapDrawingRoot

valdi/src/valdi/android/NativeBridge.cpp:2102–2104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100 Valdi::ValueArrayBuilder builder;
2101 builder.reserve(contexts.size());
2102 for (const auto& context : contexts) {
2103 auto userData = context->getUserData();
2104 if (userData != nullptr) {
2105 builder.append(Valdi::Value(userData));
2106 }
2107 }

Calls

no outgoing calls

Tested by

no test coverage detected