Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsCancelled
Method
IsCancelled
src/network/network_content.cpp:553–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
bool ClientNetworkContentSocketHandler::IsCancelled() const
554
{
555
return this->is_cancelled;
556
}
557
558
/* Also called to just clean up the mess. */
559
void ClientNetworkContentSocketHandler::OnFailure()
Callers
1
HandleQueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected