MCPcopy 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
410void Context::setParent(const Ref<Context>& parentContext) {
411 _parentContext = parentContext;
412}
413
414const Ref<Context>& Context::getParent() const {
415 return _parentContext;

Callers 5

removeFromParentMethod · 0.45
insertChildAtMethod · 0.45
doOnCreateMethod · 0.45
runtimeCreateContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected