Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ LoadFromSample
Method
LoadFromSample
libs/search/search_quality/assessment_tool/context.cpp:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void Context::LoadFromSample(search::Sample const & sample)
30
{
31
Clear();
32
m_sample = sample;
33
m_sampleEdits.Reset(sample.m_useless);
34
}
35
36
search::Sample Context::MakeSample(search::FeatureLoader & loader) const
37
{
Callers
1
Open
Method · 0.80
Calls
2
Clear
Function · 0.85
Reset
Method · 0.45
Tested by
no test coverage detected