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

Function timeoutNs

src/IO/SilkSecureFiberStreamSocketImpl.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31
32uint64_t timeoutNs(const Poco::Timespan & timeout)
33{
34 return static_cast<uint64_t>(timeout.totalMicroseconds()) * 1000ULL;
35}
36
37int silkBioRead(BIO * bio, char * buf, int len)
38{

Callers 2

silkBioReadFunction · 0.85
silkBioWriteFunction · 0.85

Calls 1

totalMicrosecondsMethod · 0.45

Tested by

no test coverage detected