Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
private:
58
std::atomic<double*> m_Seen;
Callers
1
HandleIncomingMessages
Method · 0.80
Calls
1
store
Method · 0.80
Tested by
no test coverage detected