MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Edge

Method Edge

lib/base/dependencygraph.hpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 int count;
43
44 Edge(ConfigObject* parent, ConfigObject* child, int count = 1): parent(parent), child(child), count(count)
45 {
46 }
47
48 struct Hash
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected