MCPcopy Create free account
hub / github.com/chronoxor/CppServer / Watchdog

Method Watchdog

include/server/http/https_server.h:61–61  ·  view source on GitHub ↗

Watchdog the static content cache

Source from the content-addressed store, hash-verified

59
60 //! Watchdog the static content cache
61 void Watchdog(const CppCommon::UtcTimestamp& utc = CppCommon::UtcTimestamp()) { _cache.watchdog(utc); }
62
63protected:
64 std::shared_ptr<Asio::SSLSession> CreateSession(const std::shared_ptr<Asio::SSLServer>& server) override { return std::make_shared<HTTPSSession>(std::dynamic_pointer_cast<HTTPSServer>(server)); }

Callers

nothing calls this directly

Calls 1

watchdogMethod · 0.80

Tested by

no test coverage detected