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

Method insertIntoCache

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

Source from the content-addressed store, hash-verified

932// ---------------------------------------------------------------------------
933
934void DatabaseContext::Private::insertIntoCache(LRUCacheOfObjects &cache,
935 const std::string &code,
936 const util::BaseObjectPtr &obj) {
937 cache.insert(code, obj);
938}
939
940// ---------------------------------------------------------------------------
941

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected