Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setParent
Method
setParent
valdi/src/valdi/runtime/Context/Context.cpp:410–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
void Context::setParent(const Ref<Context>& parentContext) {
411
_parentContext = parentContext;
412
}
413
414
const Ref<Context>& Context::getParent() const {
415
return _parentContext;
Callers
5
removeFromParent
Method · 0.45
insertChildAt
Method · 0.45
doOnCreate
Method · 0.45
runtimeCreateContext
Method · 0.45
onPopulateNodeForVirtualView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected