MCPcopy 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

openDocumentsMethod · 0.45
cleanupUnitsMethod · 0.45
destructMethod · 0.45
getCustomPathsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected