SetAutoComplete instructs the UI to call complete(cmd) to obtain the auto-completion of cmd, if the UI supports auto-completion at all.
(complete func(string) string)
| 229 | // SetAutoComplete instructs the UI to call complete(cmd) to obtain |
| 230 | // the auto-completion of cmd, if the UI supports auto-completion at all. |
| 231 | SetAutoComplete(complete func(string) string) |
| 232 | } |
| 233 | |
| 234 | // internalObjTool is a wrapper to map from the pprof external |
no outgoing calls
no test coverage detected