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

Method SetSubmitIndex

Source/CTest/cmCTestGenericHandler.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 virtual ~cmCTestGenericHandler();
51
52 void SetSubmitIndex(int idx) { this->SubmitIndex = idx; }
53 int GetSubmitIndex() { return this->SubmitIndex; }
54
55 void SetAppendXML(bool b) { this->AppendXML = b; }

Callers 1

ExecuteHandlerCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected