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

Method OnIndirectLink

Source/cmGraphVizWriter.cxx:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void cmGraphVizWriter::OnIndirectLink(cmLinkItem const& depender,
166 cmLinkItem const& dependee)
167{
168 this->VisitLink(depender, dependee, false);
169}
170
171void cmGraphVizWriter::VisitLink(cmLinkItem const& depender,
172 cmLinkItem const& dependee, bool isDirectLink,

Callers 1

VisitLinksMethod · 0.80

Calls 1

VisitLinkMethod · 0.95

Tested by

no test coverage detected