Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
void HTTPPathHints::add(const String & http_path)
7
{
8
http_paths.push_back(http_path);
9
}
10
11
std::vector<String> HTTPPathHints::getAllRegisteredNames() const
12
{
Callers
11
addPathToHints
Method · 0.45
tryAddHTTPOptionHeadersFromConfig
Function · 0.45
processQuery
Method · 0.45
handleRequest
Method · 0.45
handleRequest
Method · 0.45
addPathToHints
Method · 0.45
processAsyncInsertQuery
Method · 0.45
order
Method · 0.45
readHeaders
Function · 0.45
run
Method · 0.45
tryGenerate
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected