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

Method DumpCommandFragments

Source/cmFileAPICodemodel.cxx:2276–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2274}
2275
2276Json::Value Target::DumpCommandFragments(
2277 std::vector<JBT<std::string>> const& frags)
2278{
2279 Json::Value commandFragments = Json::arrayValue;
2280 for (JBT<std::string> const& f : frags) {
2281 commandFragments.append(this->DumpCommandFragment(f));
2282 }
2283 return commandFragments;
2284}
2285
2286Json::Value Target::DumpCommandFragment(JBT<std::string> const& frag,
2287 std::string const& role)

Callers 1

DumpCompileDataMethod · 0.95

Calls 2

DumpCommandFragmentMethod · 0.95
appendMethod · 0.80

Tested by

no test coverage detected