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

Method read

src/Server/HTTP/HTMLForm.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129void HTMLForm::read(ReadBuffer & in)
130{
131 readQuery(in);
132}
133
134
135void HTMLForm::readQuery(ReadBuffer & in)

Callers 12

pushDelayedResultsMethod · 0.45
processQueryMethod · 0.45
processDataMethod · 0.45
processUnexpectedDataMethod · 0.45
readHeadersFunction · 0.45
readRequestMethod · 0.45
readQueryMethod · 0.45
readMultipartMethod · 0.45
readLineMethod · 0.45

Calls 1

readQueryFunction · 0.85

Tested by

no test coverage detected