| 158 | } |
| 159 | |
| 160 | static int Tcl_ops_wipeReliability(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 161 | wrapper->resetCommandLine(argc, 1, argv); |
| 162 | |
| 163 | if (OPS_wipeReliability() < 0) return TCL_ERROR; |
| 164 | |
| 165 | return TCL_OK; |
| 166 | } |
| 167 | |
| 168 | static int Tcl_ops_model(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 169 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected