| 1231 | } |
| 1232 | |
| 1233 | void loadModel() |
| 1234 | { |
| 1235 | auto modelPath = readPathFromInput(); |
| 1236 | loadModelFromFile(modelPath); |
| 1237 | } |
| 1238 | |
| 1239 | /// Enter protocol loop once and fetch and execute one command from stdin. |
| 1240 | /// @return True if program should exit now. |
no test coverage detected