MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / now

Function now

src/server/gui/core/utils/TimeUtil.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95//////////////////////////////////////////////////////////////////////////
96
97 time_t now()
98 {
99 time_t time;
100 ::time(&time);
101 return time;
102
103 } // now
104
105//////////////////////////////////////////////////////////////////////////
106

Callers 13

triggerReadMethod · 0.85
readMethod · 0.85
timeGetTimeMethod · 0.85
runMethod · 0.85
CDateTimeMethod · 0.85
read_threadMethod · 0.85
run_updatesMethod · 0.85
inputMethod · 0.85
getDisplayStringMethod · 0.85
getDisplayStringMethod · 0.85
updateGamelistFunction · 0.85
launchItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected