Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
431
Ref<ValdiObject> Context::getUserData() const {
432
std::lock_guard<Mutex> guard(_mutex);
433
return _userData;
434
}
435
436
ILogger& Context::getLogger() {
437
return *_logger;
Callers
10
callAction
Method · 0.80
createViewNodeWrapper
Method · 0.80
onContextDestroyed
Method · 0.80
onContextRendered
Method · 0.80
onContextLayoutBecameDirty
Method · 0.80
createContext
Method · 0.80
getCurrentContext
Method · 0.80
getAllContexts
Method · 0.80
moveViewToTree
Method · 0.80
doCreateView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected