| 598 | } |
| 599 | |
| 600 | static int Tcl_ops_getCTestIter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 601 | wrapper->resetCommandLine(argc, 1, argv); |
| 602 | |
| 603 | if (OPS_getCTestIter() < 0) return TCL_ERROR; |
| 604 | |
| 605 | return TCL_OK; |
| 606 | } |
| 607 | |
| 608 | static int Tcl_ops_recorder(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 609 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected