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

Method DumpCompileGroup

Source/cmFileAPICodemodel.cxx:2052–2058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2050}
2051
2052Json::Value Target::DumpCompileGroup(CompileGroup& cg)
2053{
2054 Json::Value group =
2055 this->DumpCompileData(this->MergeCompileData(cg.Entry->first));
2056 group["sourceIndexes"] = std::move(cg.SourceIndexes);
2057 return group;
2058}
2059
2060Json::Value Target::DumpSysroot(std::string const& path)
2061{

Callers 1

DumpCompileGroupsMethod · 0.95

Calls 3

DumpCompileDataMethod · 0.95
MergeCompileDataMethod · 0.95
moveFunction · 0.85

Tested by

no test coverage detected