| 702 | } |
| 703 | |
| 704 | static int Tcl_ops_setNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 705 | wrapper->resetCommandLine(argc, 1, argv); |
| 706 | |
| 707 | if (OPS_setNodeAccel() < 0) return TCL_ERROR; |
| 708 | |
| 709 | return TCL_OK; |
| 710 | } |
| 711 | |
| 712 | static int Tcl_ops_nodeResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 713 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected