Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
uint64_t timeoutNs(const Poco::Timespan & timeout)
33
{
34
return static_cast<uint64_t>(timeout.totalMicroseconds()) * 1000ULL;
35
}
36
37
int silkBioRead(BIO * bio, char * buf, int len)
38
{
Callers
2
silkBioRead
Function · 0.85
silkBioWrite
Function · 0.85
Calls
1
totalMicroseconds
Method · 0.45
Tested by
no test coverage detected