MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Clear

Method Clear

src/network/network_content.cpp:1044–1050  ·  view source on GitHub ↗

Clear all downloaded content information. */

Source from the content-addressed store, hash-verified

1042
1043/** Clear all downloaded content information. */
1044void ClientNetworkContentSocketHandler::Clear()
1045{
1046 this->infos.clear();
1047 this->requested.clear();
1048 this->queued.clear();
1049 this->reverse_dependency_map.clear();
1050}
1051
1052/*** CALLBACK ***/
1053

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected