(key tcell.Key)
| 398 | } |
| 399 | |
| 400 | func searchQueryDoneHandler(key tcell.Key) { |
| 401 | executeSearch("") |
| 402 | } |
| 403 | |
| 404 | func executeSearch(overrideBaseDN string) { |
| 405 | updateLog("Performing recursive query...", "yellow") |
nothing calls this directly
no test coverage detected