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

Method Modify

lib/icinga/checkable-flapping.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 { }
17
18 void Modify(int index, bool bit)
19 {
20 if (bit)
21 m_Data |= 1 << index;
22 else
23 m_Data &= ~(1 << index);
24 }
25
26 bool Get(int index) const
27 {

Callers 1

UpdateFlappingStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected