| 128 | }; |
| 129 | |
| 130 | struct AutocompleteSignatureInfo |
| 131 | { |
| 132 | bool valid{ false }; |
| 133 | int entryIndex{ 0 }; |
| 134 | std::vector<std::string> params; |
| 135 | int caretPos{ 0 }; |
| 136 | }; |
| 137 | |
| 138 | struct AutocompleteInfo |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected