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

Method WriteHeader

Source/cmGraphVizWriter.cxx:386–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void cmGraphVizWriter::WriteHeader(cmGeneratedFileStream& fs,
387 std::string const& name)
388{
389 auto const escapedGraphName = EscapeForDotFile(name);
390 fs << "digraph \"" << escapedGraphName << "\" {\n"
391 << this->GraphHeader << '\n';
392}
393
394void cmGraphVizWriter::WriteFooter(cmGeneratedFileStream& fs)
395{

Callers 2

VisitGraphMethod · 0.95
CreateTargetFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected