Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ ParsePing
Method
ParsePing
src/Protocol/Protocol125.cpp:1439–1444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1437
1438
1439
int cProtocol125::ParsePing(void)
1440
{
1441
// Packet has no more data
1442
m_Client->HandlePing();
1443
return PARSE_OK;
1444
}
1445
1446
1447
Callers
nothing calls this directly
Calls
1
HandlePing
Method · 0.80
Tested by
no test coverage detected