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

Method AddSubmitFile

Source/cmCTest.cxx:3128–3131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3126}
3127
3128void cmCTest::AddSubmitFile(Part part, std::string const& name)
3129{
3130 this->Impl->Parts[part].SubmitFiles.emplace_back(name);
3131}
3132
3133std::vector<std::string> const& cmCTest::GetSubmitFiles(Part part) const
3134{

Callers 5

AddIfExistsMethod · 0.95
SubmitExtraFilesMethod · 0.95
StartResultingXMLMethod · 0.95
ExecuteUpdateMethod · 0.80
ProcessHandlerMethod · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected