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

Method getCache

src/App/Application.cpp:1728–1730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726 _cache.push_back(std::move(entry));
1727 }
1728 std::vector<TranslatableTypeCacheEntry> getCache() const {
1729 return _cache;
1730 }
1731 void clear()
1732 {
1733 _cache.clear();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected