MCPcopy 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
296protected:
297 virtual void OnMatchesLoaded() {}

Callers 1

ResetGeneratorFunction · 0.45

Calls 2

cbeginMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected