Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Reset
Method
Reset
libs/search/feature_loader.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void FeatureLoader::Reset()
21
{
22
ASSERT(m_checker.CalledOnOriginalThread(), ());
23
m_guard.reset();
24
}
25
} // namespace search
Callers
nothing calls this directly
Calls
3
ASSERT
Function · 0.85
CalledOnOriginalThread
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected