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

Method SetSeen

lib/base/tlsstream.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 inline void SetSeen(double* seen)
53 {
54 m_Seen.store(seen);
55 }
56
57private:
58 std::atomic<double*> m_Seen;

Callers 1

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected