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

Function SecondsToMicroSeconds

engine/dlib/src/dlib/mdns.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 static uint64_t SecondsToMicroSeconds(uint32_t seconds)
232 {
233 return ((uint64_t) seconds) * 1000000ULL;
234 }
235
236 static uint64_t HalfSecondsToMicroSeconds(uint32_t seconds)
237 {

Callers 5

DeferProbeAfterTiebreakFunction · 0.85
HandleBrowserRecordFunction · 0.85
AdvanceServiceLifecycleFunction · 0.85
UpdateFunction · 0.85
UpdateBrowserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected