MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sendReplyToClient

Function sendReplyToClient

app/redis-6.2.6/src/networking.c:1603–1606  ·  view source on GitHub ↗

Write event handler. Just send data to the client. */

Source from the content-addressed store, hash-verified

1601
1602/* Write event handler. Just send data to the client. */
1603void sendReplyToClient(connection *conn) {
1604 client *c = connGetPrivateData(conn);
1605 writeToClient(c,1);
1606}
1607
1608/* This function is called just before entering the event loop, in the hope
1609 * we can just write the replies to the client output buffer without any

Callers

nothing calls this directly

Calls 2

connGetPrivateDataFunction · 0.85
writeToClientFunction · 0.85

Tested by

no test coverage detected