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

Method get

src/Server/StaticRequestHandler.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 WriteBuffer * get() const
56 {
57 if (compression_holder)
58 return compression_holder.get();
59 return response_holder.get();
60 }
61};
62
63static inline ResponseOutput responseWriteBuffer(HTTPServerRequest & request, HTTPServerResponse & response)

Callers 2

responseWriteBufferFunction · 0.45
handleRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected