MCPcopy Create free account
hub / github.com/defold/defold / GetNow

Function GetNow

engine/dlib/src/dlib/mdns.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 };
225
226 static uint64_t GetNow()
227 {
228 return dmTime::GetTime();
229 }
230
231 static uint64_t SecondsToMicroSeconds(uint32_t seconds)
232 {

Callers 8

DeferProbeAfterTiebreakFunction · 0.85
HandleBrowserRecordFunction · 0.85
ExpireBrowserEntriesFunction · 0.85
NewFunction · 0.85
RegisterServiceFunction · 0.85
UpdateFunction · 0.85
UpdateBrowserFunction · 0.85

Calls 1

GetTimeFunction · 0.70

Tested by

no test coverage detected