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

Method numSubComponents

src/App/ObjectIdentifier.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247int ObjectIdentifier::numSubComponents() const
248{
249 ResolveResults result(*this);
250
251 return components.size() - result.propertyIndex;
252}
253
254bool ObjectIdentifier::verify(const App::Property& prop, bool silent) const
255{

Callers 6

getPathValueMethod · 0.80
setPathValueMethod · 0.80
getPyPathValueMethod · 0.80
setPathValueMethod · 0.80
getConstraintMethod · 0.80
canonicalPathMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected