MCPcopy Create free account
hub / github.com/Kitware/CMake / AddChild

Method AddChild

Source/cmSourceGroup.cxx:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void cmSourceGroup::AddChild(std::unique_ptr<cmSourceGroup> child)
93{
94 this->Internal->GroupChildren.push_back(std::move(child));
95}
96
97cmSourceGroup* cmSourceGroup::LookupChild(std::string const& name) const
98{

Callers 1

AddSourceGroupMethod · 0.80

Calls 2

moveFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected