Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/embedx
/ NewCacheStorage
Function
NewCacheStorage
src/graph/cache/cache_storage.cc:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
std::unique_ptr<CacheStorage> NewCacheStorage() {
41
std::unique_ptr<CacheStorage> cache_storage;
42
cache_storage.reset(new CacheStorage());
43
return cache_storage;
44
}
45
46
} // namespace embedx
Callers
2
SetUp
Method · 0.85
PostInitCacheStorage
Function · 0.85
Calls
no outgoing calls
Tested by
1
SetUp
Method · 0.68