MCPcopy Create free account
hub / github.com/cuberite/cuberite / ParseTabCompletion

Method ParseTabCompletion

src/Protocol/Protocol132.cpp:606–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604
605
606int cProtocol132::ParseTabCompletion(void)
607{
608 HANDLE_PACKET_READ(ReadBEUTF16String16, AString, Text);
609 m_Client->HandleTabCompletion(Text);
610 return PARSE_OK;
611}
612
613
614

Callers

nothing calls this directly

Calls 1

HandleTabCompletionMethod · 0.80

Tested by

no test coverage detected