Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processQuery
Method · 0.45
runImpl
Method · 0.45
skipData
Method · 0.45
receivePacketsExpectCancel
Method · 0.45
sendLogData
Method · 0.45
sendException
Method · 0.45
canKeepAlive
Method · 0.45
cancelWithException
Method · 0.45
drainRequestIfNeeded
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected