Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ SocketTimerArrayGetEmptySocketTimer
Function
SocketTimerArrayGetEmptySocketTimer
source/src/ports/socket_timer.c:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
SocketTimer *SocketTimerArrayGetEmptySocketTimer(
54
SocketTimer *const array_of_socket_timers,
55
const size_t array_length) {
56
return SocketTimerArrayGetSocketTimer(array_of_socket_timers, array_length,
57
kEipInvalidSocket);
58
}
Callers
3
CheckAndHandleTcpListenerSocket
Function · 0.85
HandleReceivedRegisterSessionCommand
Function · 0.85
TEST
Function · 0.85
Calls
1
SocketTimerArrayGetSocketTimer
Function · 0.85
Tested by
1
TEST
Function · 0.68