Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
const vec_pair_t* CacheStorage::FindFeature(int_t node) const {
37
return FindCache(feat_map_, node);
38
}
39
40
std::unique_ptr<CacheStorage> NewCacheStorage() {
41
std::unique_ptr<CacheStorage> cache_storage;
Callers
2
TEST_F
Function · 0.80
Run
Method · 0.80
Calls
1
FindCache
Function · 0.85
Tested by
1
TEST_F
Function · 0.64