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