MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / createCache

Method createCache

src/cachemanager.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Cache* CacheManager::createCache() const
64{
65 if(disabled)
66 return new EmptyCache();
67#ifdef USE_CGAL
68 return new CGALCache();
69#else
70 return new Cache();
71#endif
72}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected