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

Method verifyPath

src/App/Property.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void Property::verifyPath(const ObjectIdentifier& p) const
310{
311 p.verify(*this);
312}
313
314Property* Property::Copy() const
315{

Callers

nothing calls this directly

Calls 1

verifyMethod · 0.45

Tested by

no test coverage detected