MCPcopy 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

34EqualTask::~EqualTask() = default;
35
36uint32_t EqualTask::hit() const {
37 return hit_count_;
38}
39
40const index::QueryResult &EqualTask::forward() const {
41 return forward_;

Callers 2

evaluateMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64