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

Method setFilter

src/App/PropertyFile.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void PropertyFileIncluded::setFilter(std::string filter)
592{
593 m_filter = std::move(filter);
594}
595
596std::string PropertyFileIncluded::getFilter() const
597{

Callers 1

parseMetadataMethod · 0.45

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected