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

Function httpContext

programs/keeper/Keeper.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298};
299
300HTTPContextPtr httpContext()
301{
302 return std::make_shared<KeeperHTTPContext>(Context::getGlobalContextInstance());
303}
304
305String getKeeperPath(Poco::Util::LayeredConfiguration & config)
306{

Callers 5

mainMethod · 0.85
mainMethod · 0.85
createServersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected