Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ get
Method
get
imperative/python/src/utils.cpp:435–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
virtual mgb::Maybe<Blob> get(const std::string& category, const Blob& key) {
436
return get_impl()->get(category, key);
437
}
438
439
virtual void put(
440
const std::string& category, const Blob& key, const Blob& value) {
Callers
1
py_get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected