MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / get_impl

Method get_impl

imperative/python/src/utils.cpp:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 std::shared_ptr<ExtendedPersistentCache> get_impl() {
429 if (!impl) {
430 load_config();
431 }
432 return impl;
433 }
434
435 virtual mgb::Maybe<Blob> get(const std::string& category, const Blob& key) {
436 return get_impl()->get(category, key);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected