Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DeferProbeAfterTiebreak
Function · 0.85
HandleBrowserRecord
Function · 0.85
AdvanceServiceLifecycle
Function · 0.85
Update
Function · 0.85
UpdateBrowser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected