| 982 | } |
| 983 | |
| 984 | static int Tcl_ops_sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 985 | wrapper->resetCommandLine(argc, 1, argv); |
| 986 | |
| 987 | if (OPS_sectionWeight() < 0) return TCL_ERROR; |
| 988 | |
| 989 | return TCL_OK; |
| 990 | } |
| 991 | |
| 992 | static int Tcl_ops_sectionResponseType(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 993 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected