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

Method add

src/Server/HTTPPathHints.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6void HTTPPathHints::add(const String & http_path)
7{
8 http_paths.push_back(http_path);
9}
10
11std::vector<String> HTTPPathHints::getAllRegisteredNames() const
12{

Callers 11

addPathToHintsMethod · 0.45
processQueryMethod · 0.45
handleRequestMethod · 0.45
handleRequestMethod · 0.45
addPathToHintsMethod · 0.45
orderMethod · 0.45
readHeadersFunction · 0.45
runMethod · 0.45
tryGenerateMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected