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

Method hasExtensions

src/App/ExtensionContainer.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool ExtensionContainer::hasExtensions() const
137{
138
139 return !_extensions.empty();
140}
141
142Extension* ExtensionContainer::getExtension(const std::string& name) const
143{

Callers 3

writeObjectDataMethod · 0.80
SaveDocFileMethod · 0.80
exportObjectsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected