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

Method setCustomServerContext

base/poco/NetSSL_OpenSSL/src/SSLManager.cpp:430–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430Context::Ptr SSLManager::setCustomServerContext(const std::string & name, Context::Ptr ctx)
431{
432 Poco::FastMutex::ScopedLock lock(_mutex);
433 ctx = _mapPtrServerContexts.insert({name, ctx}).first->second;
434 return ctx;
435}
436
437
438Poco::Util::AbstractConfiguration& SSLManager::appConfig()

Callers 2

runMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected