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

Method WriteAnalyzeAction

Source/cmXCodeScheme.cxx:430–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void cmXCodeScheme::WriteAnalyzeAction(cmXMLWriter& xout,
431 std::string const& configuration)
432{
433 xout.StartElement("AnalyzeAction");
434 xout.BreakAttributes();
435 xout.Attribute("buildConfiguration", configuration);
436 xout.EndElement();
437}
438
439void cmXCodeScheme::WriteArchiveAction(cmXMLWriter& xout,
440 std::string const& configuration)

Callers

nothing calls this directly

Calls 4

BreakAttributesMethod · 0.80
AttributeMethod · 0.80
StartElementMethod · 0.45
EndElementMethod · 0.45

Tested by

no test coverage detected