Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/embedx
/ FindNodeFeature
Method
FindNodeFeature
src/graph/cache/cache_storage.cc:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
const vec_pair_t* CacheStorage::FindNodeFeature(int_t node) const {
33
return FindCache(node_feat_map_, node);
34
}
35
36
const vec_pair_t* CacheStorage::FindFeature(int_t node) const {
37
return FindCache(feat_map_, node);
Callers
4
TEST_F
Function · 0.45
Run
Method · 0.45
Run
Method · 0.45
LookupNodeFeature
Method · 0.45
Calls
1
FindCache
Function · 0.85
Tested by
1
TEST_F
Function · 0.36