Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ shouldSetupWatchdog
Method
shouldSetupWatchdog
src/Daemon/BaseDaemon.cpp:552–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
551
552
void BaseDaemon::shouldSetupWatchdog(char * argv0_)
553
{
554
should_setup_watchdog = true;
555
argv0 = argv0_;
556
}
557
558
559
void BaseDaemon::setupWatchdog()
Callers
1
mainEntryClickHouseServer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected