MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / get_date

Method get_date

src/Variant.cpp:2098–2098  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

2096
2097////////////////////////////////////////////////////////////////////////////////
2098time_t Variant::get_date() const { return _date; }
2099
2100////////////////////////////////////////////////////////////////////////////////
2101time_t Variant::get_duration() const { return _duration; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected