Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.80
_addDataProcessing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected