| 604 | |
| 605 | |
| 606 | int cProtocol132::ParseTabCompletion(void) |
| 607 | { |
| 608 | HANDLE_PACKET_READ(ReadBEUTF16String16, AString, Text); |
| 609 | m_Client->HandleTabCompletion(Text); |
| 610 | return PARSE_OK; |
| 611 | } |
| 612 | |
| 613 | |
| 614 |
nothing calls this directly
no test coverage detected