MCPcopy 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
553bool ClientNetworkContentSocketHandler::IsCancelled() const
554{
555 return this->is_cancelled;
556}
557
558/* Also called to just clean up the mess. */
559void ClientNetworkContentSocketHandler::OnFailure()

Callers 1

HandleQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected