| 159 | } |
| 160 | |
| 161 | void TModChooser::DisableSvnRevisionOption() { |
| 162 | SvnRevisionOptionDisabled = true; |
| 163 | } |
| 164 | |
| 165 | void TModChooser::AddCompletions(TString progName, const TString& name, bool hidden, bool noCompletion) { |
| 166 | if (CompletionsGenerator == nullptr) { |
no outgoing calls
no test coverage detected