Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ clone
Method
clone
src/OpenLoco/src/Network/Socket.cpp:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
std::unique_ptr<INetworkEndpoint> clone() const override
211
{
212
return std::make_unique<NetworkEndpoint>(*this);
213
}
214
215
bool equals(const INetworkEndpoint& other) const override
216
{
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected