Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Reset
Method
Reset
src/network/network_client.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void Reset() override
81
{
82
this->read_bytes = 0;
83
this->iterator = this->buffer.cbegin();
84
}
85
};
86
87
Callers
9
Receive_ADMIN_JOIN_SECURE
Method · 0.45
DownloadContentInfo
Method · 0.45
RequestQueuedContentInfo
Method · 0.45
OnEditboxChanged
Method · 0.45
Receive_SERVER_MAP_DONE
Method · 0.45
StationChangeInfo
Function · 0.45
TownHouseChangeInfo
Function · 0.45
ParamSet
Function · 0.45
BridgeChangeInfo
Function · 0.45
Calls
1
cbegin
Method · 0.80
Tested by
no test coverage detected