MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / now

Method now

src/openms/source/DATASTRUCTURES/DateTime.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 DateTime DateTime::now()
166 {
167 DateTime d;
168 *d.dt_ = QDateTime::currentDateTime();
169 return d;
170 }
171
172 String DateTime::get() const
173 {

Callers 4

main_Method · 0.80
main_Method · 0.80
runMethod · 0.80
_addDataProcessingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected