Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
bool ExtensionContainer::hasExtensions() const
137
{
138
139
return !_extensions.empty();
140
}
141
142
Extension* ExtensionContainer::getExtension(const std::string& name) const
143
{
Callers
3
writeObjectData
Method · 0.80
SaveDocFile
Method · 0.80
exportObjects
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected