MCPcopy 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
40std::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

SetUpMethod · 0.85
PostInitCacheStorageFunction · 0.85

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.68