MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / tlsHasPendingData

Function tlsHasPendingData

src/tls.cpp:1286–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284};
1285
1286int tlsHasPendingData() {
1287 if (!pending_list)
1288 return 0;
1289 return listLength(pending_list) > 0;
1290}
1291
1292int tlsProcessPendingData() {
1293 listIter li;

Callers 1

beforeSleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected