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

Method isCanceled

src/Server/HTTPHandler.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 void cancel();
111
112 bool isCanceled() const
113 {
114 return canceled;
115 }
116
117 bool isFinalized() const
118 {

Callers 9

processQueryMethod · 0.45
runImplMethod · 0.45
skipDataMethod · 0.45
sendLogDataMethod · 0.45
sendExceptionMethod · 0.45
canKeepAliveMethod · 0.45
cancelWithExceptionMethod · 0.45
drainRequestIfNeededFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected