Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ DateTime
Method
DateTime
lib/base/datetime.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
REGISTER_TYPE_WITH_PROTOTYPE(DateTime, DateTime::GetPrototype());
12
13
DateTime::DateTime(double value)
14
: m_Value(value)
15
{ }
16
17
DateTime::DateTime(const std::vector<Value>& args)
18
{
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected