Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/proxima
/ hit
Method
hit
src/query/equal_task.cc:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
EqualTask::~EqualTask() = default;
35
36
uint32_t EqualTask::hit() const {
37
return hit_count_;
38
}
39
40
const index::QueryResult &EqualTask::forward() const {
41
return forward_;
Callers
2
evaluate
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64