| 414 | } |
| 415 | |
| 416 | static int Tcl_ops_wipeAnalysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 417 | wrapper->resetCommandLine(argc, 1, argv); |
| 418 | |
| 419 | if (OPS_wipeAnalysis() < 0) return TCL_ERROR; |
| 420 | |
| 421 | return TCL_OK; |
| 422 | } |
| 423 | |
| 424 | static int Tcl_ops_setTime(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 425 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected