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

Method getValue

src/App/PropertyFile.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234const char* PropertyFileIncluded::getValue() const
235{
236 return _cValue.c_str();
237}
238
239PyObject* PropertyFileIncluded::getPyObject()
240{

Callers 2

getDocTransientPathMethod · 0.45
getUniqueFileNameMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected