MCPcopy Create free account
hub / github.com/Kitware/VTK / getFromCache

Method getFromCache

ThirdParty/libproj/vtklibproj/src/iso19111/factory.cpp:942–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940// ---------------------------------------------------------------------------
941
942void DatabaseContext::Private::getFromCache(LRUCacheOfObjects &cache,
943 const std::string &code,
944 util::BaseObjectPtr &obj) {
945 cache.tryGet(code, obj);
946}
947
948// ---------------------------------------------------------------------------
949

Callers

nothing calls this directly

Calls 1

tryGetMethod · 0.45

Tested by

no test coverage detected