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

Method DumpCompileGroups

Source/cmFileAPICodemodel.cxx:2043–2050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2041}
2042
2043Json::Value Target::DumpCompileGroups()
2044{
2045 Json::Value compileGroups = Json::arrayValue;
2046 for (auto& cg : this->CompileGroups) {
2047 compileGroups.append(this->DumpCompileGroup(cg));
2048 }
2049 return compileGroups;
2050}
2051
2052Json::Value Target::DumpCompileGroup(CompileGroup& cg)
2053{

Callers 1

DumpMethod · 0.95

Calls 2

DumpCompileGroupMethod · 0.95
appendMethod · 0.80

Tested by

no test coverage detected