MCPcopy Create free account
hub / github.com/Tencent/embedx / FindFeature

Method FindFeature

src/graph/cache/cache_storage.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36const vec_pair_t* CacheStorage::FindFeature(int_t node) const {
37 return FindCache(feat_map_, node);
38}
39
40std::unique_ptr<CacheStorage> NewCacheStorage() {
41 std::unique_ptr<CacheStorage> cache_storage;

Callers 2

TEST_FFunction · 0.80
RunMethod · 0.80

Calls 1

FindCacheFunction · 0.85

Tested by 1

TEST_FFunction · 0.64