MCPcopy Create free account
hub / github.com/Kitware/CMake / Validate

Method Validate

Source/cmList.cxx:329–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 }
328
329 bool Validate(std::size_t count) override
330 {
331 decltype(this->Indexes) indexes;
332
333 for (auto index : this->Indexes) {
334 indexes.push_back(this->NormalizeIndex(index, count));
335 }
336 this->Indexes = std::move(indexes);
337
338 return true;
339 }
340};
341class TransformSelectorFor : public TransformSelectorIndexes
342{

Callers

nothing calls this directly

Calls 3

moveFunction · 0.85
push_backMethod · 0.80
NormalizeIndexMethod · 0.80

Tested by

no test coverage detected