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

Method getUserData

valdi/src/valdi/runtime/Context/Context.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431Ref<ValdiObject> Context::getUserData() const {
432 std::lock_guard<Mutex> guard(_mutex);
433 return _userData;
434}
435
436ILogger& Context::getLogger() {
437 return *_logger;

Callers 10

callActionMethod · 0.80
createViewNodeWrapperMethod · 0.80
onContextDestroyedMethod · 0.80
onContextRenderedMethod · 0.80
createContextMethod · 0.80
getCurrentContextMethod · 0.80
getAllContextsMethod · 0.80
moveViewToTreeMethod · 0.80
doCreateViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected