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

Function HalfSecondsToMicroSeconds

engine/dlib/src/dlib/mdns.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 static uint64_t HalfSecondsToMicroSeconds(uint32_t seconds)
237 {
238 return (((uint64_t) seconds) * 1000000ULL) / 2ULL;
239 }
240
241 static uint32_t RemainingTtlSeconds(uint64_t expires, uint64_t now)
242 {

Callers 2

ShouldIncludeKnownAnswerFunction · 0.85
HandleBrowserRecordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected