| 1876 | |
| 1877 | |
| 1878 | void cProtocol172::HandlePacketTabComplete(cByteBuffer & a_ByteBuffer) |
| 1879 | { |
| 1880 | HANDLE_READ(a_ByteBuffer, ReadVarUTF8String, AString, Text); |
| 1881 | m_Client->HandleTabCompletion(Text); |
| 1882 | } |
| 1883 | |
| 1884 | |
| 1885 |
nothing calls this directly
no test coverage detected