| 718 | } |
| 719 | |
| 720 | static int Tcl_ops_nodeCoord(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 721 | wrapper->resetCommandLine(argc, 1, argv); |
| 722 | |
| 723 | if (OPS_nodeCoord() < 0) return TCL_ERROR; |
| 724 | |
| 725 | return TCL_OK; |
| 726 | } |
| 727 | |
| 728 | static int Tcl_ops_setNodeCoord(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 729 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected