Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Reset
Method
Reset
Source/cmFindPackageCommand.cxx:290–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
void Reset()
291
{
292
this->Matches.clear();
293
this->Current = this->Matches.cbegin();
294
}
295
296
protected:
297
virtual void OnMatchesLoaded() {}
Callers
1
ResetGenerator
Function · 0.45
Calls
2
cbegin
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected