| 262 | } |
| 263 | |
| 264 | static int Tcl_ops_analysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 265 | wrapper->resetCommandLine(argc, 1, argv); |
| 266 | |
| 267 | if (OPS_Analysis() < 0) return TCL_ERROR; |
| 268 | |
| 269 | return TCL_OK; |
| 270 | } |
| 271 | |
| 272 | static int Tcl_ops_analyze(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 273 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected