MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / IsEmpty

Method IsEmpty

src/Base/Parameter.cpp:500–503  ·  view source on GitHub ↗

test if this group is empty

Source from the content-addressed store, hash-verified

498
499/// test if this group is empty
500bool ParameterGrp::IsEmpty() const
501{
502 return !(_pGroupNode && _pGroupNode->getFirstChild());
503}
504
505/// test if a special sub group is in this group
506bool ParameterGrp::HasGroup(const char* Name) const

Callers 5

isEmptyMethod · 0.45
getContentsMethod · 0.45
exerciseFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected