Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Reset
Method
Reset
libs/map/benchmark_tool/features_loading.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
explicit Accumulator(Result & res) : m_res(res) {}
27
28
void Reset(int scale)
29
{
30
m_scale = scale;
31
m_count = 0;
32
}
33
34
bool IsEmpty() const { return m_count == 0; }
35
Callers
2
operator()
Method · 0.45
RunBenchmark
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected