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

Method VisitGraph

Source/cmGraphVizWriter.cxx:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void cmGraphVizWriter::VisitGraph(std::string const&)
125{
126 this->WriteHeader(this->GlobalFileStream, this->GraphName);
127 this->WriteLegend(this->GlobalFileStream);
128}
129
130void cmGraphVizWriter::OnItem(cmLinkItem const& item)
131{

Callers 1

WriteMethod · 0.95

Calls 2

WriteHeaderMethod · 0.95
WriteLegendMethod · 0.95

Tested by

no test coverage detected