MCPcopy 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

11REGISTER_TYPE_WITH_PROTOTYPE(DateTime, DateTime::GetPrototype());
12
13DateTime::DateTime(double value)
14 : m_Value(value)
15{ }
16
17DateTime::DateTime(const std::vector<Value>& args)
18{

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected