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

Method IsStrong

Source/cmGraphAdjacencyList.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 operator size_t() const { return this->Dest; }
29
30 bool IsStrong() const { return this->Strong; }
31
32 bool IsCross() const { return this->Cross; }
33

Callers 7

TransferEdgesMethod · 0.80
DisplayGraphMethod · 0.80
IntraComponentMethod · 0.80
ComputeFinalDependsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected