MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / process_socket

Method process_socket

examples/server/httplib.h:7378–7384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7376}
7377
7378inline bool
7379ClientImpl::process_socket(const Socket &socket,
7380 std::function<bool(Stream &strm)> callback) {
7381 return detail::process_client_socket(
7382 socket.sock, read_timeout_sec_, read_timeout_usec_, write_timeout_sec_,
7383 write_timeout_usec_, std::move(callback));
7384}
7385
7386inline bool ClientImpl::is_ssl() const { return false; }
7387

Callers

nothing calls this directly

Calls 2

process_client_socketFunction · 0.85

Tested by

no test coverage detected