Skip to content

Commit

Permalink
rename to GetResultCount
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelamMahapatro committed Jan 17, 2024
1 parent 8121569 commit a820f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ template <typename LabelT = uint32_t> class IndexSearchContext
_total_result_returned = result_returned;
}

size_t GetResultReturned()
size_t GetResultCount()
{
return _total_result_returned;
}
Expand Down

0 comments on commit a820f62

Please sign in to comment.