SetAutoComplete is not supported by the test UI.
(_ func(string) string)
| 141 | |
| 142 | // SetAutoComplete is not supported by the test UI. |
| 143 | func (ui *TestUI) SetAutoComplete(_ func(string) string) { |
| 144 | } |
| 145 | |
| 146 | // LargeProfile returns a large profile that may be useful in benchmarks. |
| 147 | // |
nothing calls this directly
no outgoing calls
no test coverage detected