Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ writeToDevice
Method
writeToDevice
base/poco/Net/src/HTTPHeaderStream.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
int HTTPHeaderStreamBuf::writeToDevice(const char* buffer, std::streamsize length)
65
{
66
return _session.write(buffer, length);
67
}
68
69
70
//
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected