Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ GetMilliSeconds
Function
GetMilliSeconds
source/src/ports/MINGW/networkhandler.c:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
MilliSeconds GetMilliSeconds(void) {
29
return (MilliSeconds) (getMicroSeconds() / 1000ULL);
30
}
31
32
EipStatus NetworkHandlerInitializePlatform(void) {
33
WSADATA wsaData;
Callers
2
NetworkHandlerInitialize
Function · 0.50
NetworkHandlerProcessOnce
Function · 0.50
Calls
1
getMicroSeconds
Function · 0.85
Tested by
no test coverage detected