Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ clear
Method
clear
src/App/Application.cpp:1731–1734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1729
return _cache;
1730
}
1731
void clear()
1732
{
1733
_cache.clear();
1734
}
1735
private:
1736
std::vector<TranslatableTypeCacheEntry> _cache;
1737
};
Callers
6
openDocuments
Method · 0.45
retranslateExportTypes
Method · 0.45
slotFinishSaveDocument
Method · 0.45
cleanupUnits
Method · 0.45
destruct
Method · 0.45
getCustomPaths
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected