(suggestion, activeRequestTextarea)
| 22 | activeRequestTextarea: The textarea dom that the user is operating on |
| 23 | */ |
| 24 | insertSuggestion(suggestion, activeRequestTextarea) { }, |
| 25 | insertSuggestionFixBug(suggestion, activeRequestTextarea, currctJupyterModel) { }, |
| 26 | |
| 27 | // Hide the code of the current cell user |
nothing calls this directly
no outgoing calls
no test coverage detected