Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetAddress
Method
GetAddress
lib/base/shared-memory.hpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
private:
38
inline T* GetAddress() const
39
{
40
return (T*)m_Memory.get_address();
41
}
42
43
boost::interprocess::mapped_region m_Memory;
44
};
Callers
3
PrepareObject
Method · 0.80
GetConfigFields
Method · 0.80
AddressAccessor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected