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

Method FindContext

src/graph/cache/cache_storage.cc:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26} // namespace
27
28const vec_pair_t* CacheStorage::FindContext(int_t node) const {
29 return FindCache(context_map_, node);
30}
31
32const vec_pair_t* CacheStorage::FindNodeFeature(int_t node) const {
33 return FindCache(node_feat_map_, node);

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
LookupMethod · 0.45
LookupNodeFeatureMethod · 0.45
LookupNeighborFeatureMethod · 0.45

Calls 1

FindCacheFunction · 0.85

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36