Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tlsHasPendingData
Function
tlsHasPendingData
app/redis-6.2.6/src/tls.c:941–945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
939
};
940
941
int tlsHasPendingData() {
942
if (!pending_list)
943
return 0;
944
return listLength(pending_list) > 0;
945
}
946
947
int tlsProcessPendingData() {
948
listIter li;
Callers
1
beforeSleep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected