MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / SetParentContainer

Method SetParentContainer

src/plugin/kernel/src/AFCEntity.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool AFCEntity::SetParentContainer(std::shared_ptr<AFIContainer> pContainer)
70{
71 parent_container_ = pContainer;
72 return true;
73}
74
75bool AFCEntity::IsPublic(const std::string& name) const
76{

Callers 3

OnContainerPlaceMethod · 0.80
OnContainerRemoveMethod · 0.80
OnContainerDestroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected