(options)
| 55 | }, |
| 56 | |
| 57 | addLevelsForAllClasses (options) { |
| 58 | if (options == null) { options = {} } |
| 59 | return fetchJson(`/db/course/${options.courseId}/add-levels-for-all-classrooms/yes-really-update-all-classrooms!-this-is-not-a-drill!`) |
| 60 | } |
| 61 | } |
nothing calls this directly
no outgoing calls
no test coverage detected