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

Method resolveErrorString

src/App/ObjectIdentifier.cpp:1190–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190std::string ObjectIdentifier::resolveErrorString() const
1191{
1192 ResolveResults result(*this);
1193
1194 return result.resolveErrorString();
1195}
1196
1197ObjectIdentifier& ObjectIdentifier::operator<<(const ObjectIdentifier::Component& value)
1198{

Callers 3

canonicalPathMethod · 0.80
accessMethod · 0.80
getPropertyMethod · 0.80

Calls 5

testMethod · 0.45
getStringMethod · 0.45
toStringMethod · 0.45
emptyMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected