| 278 | } |
| 279 | |
| 280 | static int Tcl_ops_nodeDisp(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 281 | wrapper->resetCommandLine(argc, 1, argv); |
| 282 | |
| 283 | if (OPS_nodeDisp() < 0) return TCL_ERROR; |
| 284 | |
| 285 | return TCL_OK; |
| 286 | } |
| 287 | |
| 288 | static int Tcl_ops_test(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 289 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected