(suggestion, activeRequestTextarea, currctJupyterModel)
| 23 | */ |
| 24 | insertSuggestion(suggestion, activeRequestTextarea) { }, |
| 25 | insertSuggestionFixBug(suggestion, activeRequestTextarea, currctJupyterModel) { }, |
| 26 | |
| 27 | // Hide the code of the current cell user |
| 28 | enableCellCode(activeRequestTextarea) {}, |
nothing calls this directly
no outgoing calls
no test coverage detected