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