MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getOption

Method getOption

base/poco/Net/src/SocketImpl.cpp:765–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763
764
765void SocketImpl::getOption(int level, int option, int& value)
766{
767 poco_socklen_t len = sizeof(value);
768 getRawOption(level, option, &value, len);
769}
770
771
772void SocketImpl::getOption(int level, int option, unsigned& value)

Callers 6

handleOptionMethod · 0.45
checkRequiredMethod · 0.45
processCommonMethod · 0.45
getInterfaceMethod · 0.45
getLoopbackMethod · 0.45
getTimeToLiveMethod · 0.45

Calls 2

IPAddressClass · 0.50
assignMethod · 0.45

Tested by

no test coverage detected