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

Method tryWait

src/Common/ShellCommand.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328};
329
330int ShellCommand::tryWait()
331{
332 return tryWaitImpl(true).retcode;
333}
334
335ShellCommand::tryWaitResult ShellCommand::tryWaitImpl(bool blocking, bool check_exit_status)
336{

Callers 15

executeScriptFunction · 0.45
startupImplMethod · 0.45
popConsumerMethod · 0.45
waitForQuorumMethod · 0.45
getLockForSyncModeFunction · 0.45
getLockForAutoModeFunction · 0.45
popConsumerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected